Fix reference empty guid
This commit is contained in:
@@ -5,7 +5,7 @@ namespace GerbilManagerWebAPI.Dtos
|
||||
public required string Name { get; init; }
|
||||
public required DateTime Date { get; init; }
|
||||
public int? Strength { get; init; }
|
||||
public Guid? Father { get; init; }
|
||||
public Guid? Mother { get; init; }
|
||||
public Guid Father { get; init; }
|
||||
public Guid Mother { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user