initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace Domain.Enums;
|
||||
|
||||
public enum ClosingStatus
|
||||
{
|
||||
[Description("ClosedLost")]
|
||||
ClosedLost = 0,
|
||||
[Description("ClosedWon")]
|
||||
ClosedWon = 1,
|
||||
[Description("OnProgress")]
|
||||
OnProgress = 2
|
||||
}
|
||||
Reference in New Issue
Block a user