feat(dal,api,nextRun,templateGenerator,templateActivator): IsUnused вынесена в TemplateStatusType
This commit is contained in:
9
PARR.Constants/TemplateStatusTypeEnum.cs
Normal file
9
PARR.Constants/TemplateStatusTypeEnum.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace PARR.Constants
|
||||
{
|
||||
public enum TemplateStatusTypeEnum
|
||||
{
|
||||
Used = 0,
|
||||
Unused = 1,
|
||||
Updating =2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user