Api/NetinaShop.Domain/Enums/Gender.cs

7 lines
82 B
C#

namespace NetinaShop.Domain.Enums;
public enum Gender
{
Male,
Female
}