Files
2026-03-22 00:29:34 +01:00

10 lines
129 B
C#

namespace BethanysPieShopHRM.Shared.Domain
{
public enum Gender
{
Male,
Female,
Other
}
}