diff --git a/EnotaryoPH/EnotaryoPH.Data/Constants/UserType.cs b/EnotaryoPH/EnotaryoPH.Data/Constants/UserType.cs new file mode 100644 index 0000000..b839770 --- /dev/null +++ b/EnotaryoPH/EnotaryoPH.Data/Constants/UserType.cs @@ -0,0 +1,11 @@ +namespace EnotaryoPH.Data.Constants +{ + public enum UserType + { + Principal = 1, + Witness = 2, + Notary = 3, + SuperUser = 10, + Administrator = 100 + } +} \ No newline at end of file