namespace AyaNovaQBI { /// /// AyaNova User types /// public enum UserType : int { Service = 1, NotService = 2, Customer = 3, HeadOffice = 4, ServiceContractor = 5 } }