10 lines
141 B
C#
10 lines
141 B
C#
namespace PARR.Constants
|
|
{
|
|
public enum TemplateStatusTypeEnum
|
|
{
|
|
Used = 0,
|
|
Unused = 1,
|
|
Updating =2
|
|
}
|
|
}
|