Adjust
This commit is contained in:
@@ -4,7 +4,7 @@ namespace GerbilManagerWebAPI.Dtos
|
||||
{
|
||||
public string? Name { get; init; }
|
||||
public GenderDto? Gender { get; init; }
|
||||
public LitterDto? Litter { get; init; }
|
||||
public BreederDto? Breeder { get; init; }
|
||||
public Guid? Litter { get; init; }
|
||||
public Guid? Breeder { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user