Move webapi to sub folder
This commit is contained in:
11
GerbilManagerWebAPI/Dtos/CreateGerbilDto.cs
Normal file
11
GerbilManagerWebAPI/Dtos/CreateGerbilDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace GerbilManager.Dtos
|
||||
{
|
||||
public record CreateGerbilDto
|
||||
{
|
||||
public string Name { get; init; }
|
||||
public GenderDto Gender { get; init; }
|
||||
public Guid Litter { get; init; }
|
||||
public Guid Breeder { get; init; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user