Move webapi to sub folder
This commit is contained in:
9
GerbilManagerWebAPI/Models/Gender.cs
Normal file
9
GerbilManagerWebAPI/Models/Gender.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace GerbilManager.Models
|
||||
{
|
||||
public enum Gender
|
||||
{
|
||||
unknown = 0,
|
||||
male = 1,
|
||||
female = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user