Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace {{PROJECT_NAMESPACE}}.Modules.Contracts.{{ModuleName}};
|
||||
|
||||
public static class {{ModuleName}}Constants
|
||||
{
|
||||
public const string ModuleId = "{{modulename}}";
|
||||
|
||||
//// TODO: Add direct method name constants here
|
||||
//// public const string DirectMethodExampleMethod = "ExampleMethod";
|
||||
}
|
||||
Reference in New Issue
Block a user