new constants
This commit is contained in:
parent
73dbf35711
commit
ff28e9ee95
9
EnotaryoPH/EnotaryoPH.Data/Constants/SignatoryStatus.cs
Normal file
9
EnotaryoPH/EnotaryoPH.Data/Constants/SignatoryStatus.cs
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
namespace EnotaryoPH.Data.Constants
|
||||||
|
{
|
||||||
|
public enum SignatoryStatus
|
||||||
|
{
|
||||||
|
New = 0,
|
||||||
|
EmailSent = 1,
|
||||||
|
Registered = 2
|
||||||
|
}
|
||||||
|
}
|
8
EnotaryoPH/EnotaryoPH.Data/Constants/SignatoryType.cs
Normal file
8
EnotaryoPH/EnotaryoPH.Data/Constants/SignatoryType.cs
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
namespace EnotaryoPH.Data.Constants
|
||||||
|
{
|
||||||
|
public enum SignatoryType
|
||||||
|
{
|
||||||
|
Principal = 1,
|
||||||
|
Witness = 2
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user