Fix nullable
This commit is contained in:
@@ -3,6 +3,6 @@ namespace GerbilManagerWebAPI.Dtos
|
||||
{
|
||||
public record UpdateBreederDto
|
||||
{
|
||||
public string Name { get; init; }
|
||||
public string? Name { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user