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