Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Model.Immortal.RoadMap.Enums;
|
||||
|
||||
public class ReleasePriorityType {
|
||||
public static string High = "High";
|
||||
public static string Medium = "Medium";
|
||||
public static string Low = "Low";
|
||||
public static string Very_Low = "Very_Low";
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
namespace Model.Immortal.RoadMap.Enums;
|
||||
|
||||
public class ReleaseStatusType {
|
||||
public static string In_Development = "In_Development";
|
||||
public static string Done = "Done";
|
||||
public static string Future_Possibility = "Future_Possibility";
|
||||
public static string Planned = "Planned";
|
||||
public static string Cancelled = "Cancelled";
|
||||
}
|
||||
Reference in New Issue
Block a user