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