Még nem tökéletes, EF javítása
This commit is contained in:
@@ -14,5 +14,10 @@ namespace WorkFlowCheck.Common.DTO
|
||||
public string DocumentNumber { get; set; } = null!;
|
||||
public Guid GuidNumber { get; set; }
|
||||
public required ICollection<CheckListRowDTO> CheckListRowDTO { get; set; } = new List<CheckListRowDTO>();
|
||||
|
||||
public CheckListHeaderDTO()
|
||||
{
|
||||
CheckListRowDTO = new List<CheckListRowDTO>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user