mark required fields
This commit is contained in:
@@ -2,6 +2,6 @@ namespace GerbilManagerWebAPI.Dtos
|
||||
{
|
||||
public record CreateBreederDto
|
||||
{
|
||||
public string Name { get; init; }
|
||||
public required string Name { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user