10 lines
129 B
C#
10 lines
129 B
C#
namespace BethanysPieShopHRM.Shared.Domain
|
|
{
|
|
public enum Gender
|
|
{
|
|
Male,
|
|
Female,
|
|
Other
|
|
}
|
|
}
|