stylist / backend / Stylist.Data / Enums / Gender.cs
Gender.cs
Raw


namespace Stylist.Data.Enums
{
    public enum Gender
    {
        Both,
        Male,
        Female
    }
}