first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace BethanysPieShopHRM.Shared.Domain
|
||||
{
|
||||
public enum Gender
|
||||
{
|
||||
Male,
|
||||
Female,
|
||||
Other
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user