namespace NetinaCMS.Domain.Entities.Users; public enum SignUpStatus { StartSignOn = 0, PhoneNumberVerified = 1, SignUpCompleted = 10, }