namespace NetinaShop.Domain.Enums; public enum SignUpStatus { StartSignOn = 0, PhoneNumberVerified = 1, SignUpCompleted = 10, }