namespace EnotaryoPH.Data.Constants { public enum DocumentSigningStatus { New = 0, ReadyForSigning = 10, Signed = 20 } }