Move webapi to sub folder
This commit is contained in:
12
GerbilManagerWebAPI/Dtos/UpdateLitterDto.cs
Normal file
12
GerbilManagerWebAPI/Dtos/UpdateLitterDto.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace GerbilManager.Dtos
|
||||
{
|
||||
public record UpdateLitterDto
|
||||
{
|
||||
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