9 lines
295 B
C#
9 lines
295 B
C#
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";
|
|
} |