Move webapi to sub folder
This commit is contained in:
11
GerbilManagerWebAPI/Dtos/CreateLitterDto.cs
Normal file
11
GerbilManagerWebAPI/Dtos/CreateLitterDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace GerbilManager.Dtos
|
||||
{
|
||||
public record CreateLitterDto
|
||||
{
|
||||
public string Name { get; init; }
|
||||
public DateTime Date { get; init; }
|
||||
public int Strength { get; init; }
|
||||
public Guid Father { get; init; }
|
||||
public Guid Mother { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user