constant values changes
This commit is contained in:
parent
fa4ee274ac
commit
50abb3eb5e
8
EnotaryoPH/EnotaryoPH.Data/Constants/LawyerStatus.cs
Normal file
8
EnotaryoPH/EnotaryoPH.Data/Constants/LawyerStatus.cs
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
namespace EnotaryoPH.Data.Constants
|
||||||
|
{
|
||||||
|
public enum LawyerStatus
|
||||||
|
{
|
||||||
|
New = 0,
|
||||||
|
FingerprintScanned = 5
|
||||||
|
}
|
||||||
|
}
|
@ -2,9 +2,9 @@
|
|||||||
{
|
{
|
||||||
public enum UserType
|
public enum UserType
|
||||||
{
|
{
|
||||||
Principal = 1,
|
Principal = 0,
|
||||||
Witness = 2,
|
Witness = 1,
|
||||||
Notary = 3,
|
Notary = 2,
|
||||||
SuperUser = 10,
|
SuperUser = 10,
|
||||||
Administrator = 100
|
Administrator = 100
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user