new usertype enum
This commit is contained in:
parent
b1803fbd27
commit
fa4ee274ac
11
EnotaryoPH/EnotaryoPH.Data/Constants/UserType.cs
Normal file
11
EnotaryoPH/EnotaryoPH.Data/Constants/UserType.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace EnotaryoPH.Data.Constants
|
||||
{
|
||||
public enum UserType
|
||||
{
|
||||
Principal = 1,
|
||||
Witness = 2,
|
||||
Notary = 3,
|
||||
SuperUser = 10,
|
||||
Administrator = 100
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user