namespace EnotaryoPH.Data.Constants { public enum SignatoryStatus { New = 0, EmailSent = 1, Registered = 2 } }