Last active
September 3, 2026 06:41
-
-
Save somapatrik/fb5ea2df7624f5496513efd932879881 to your computer and use it in GitHub Desktop.
Rider - File template - Command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Mediator; | |
| namespace $NAMESPACE$; | |
| public class $CLASS$ : ICommand | |
| { | |
| public $CLASS$($END$){} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment