Skip to content

Instantly share code, notes, and snippets.

@somapatrik
Last active September 3, 2026 06:41
Show Gist options
  • Select an option

  • Save somapatrik/fb5ea2df7624f5496513efd932879881 to your computer and use it in GitHub Desktop.

Select an option

Save somapatrik/fb5ea2df7624f5496513efd932879881 to your computer and use it in GitHub Desktop.
Rider - File template - Command
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