Петрушин Егор ПИбд-22 Лабораторная №4 Юридическая фирма #4

Closed
Egor_Petrushin wants to merge 8 commits from Lab4_ into Lab3
Showing only changes of commit 3f024113c2 - Show all commits

View File

@ -20,8 +20,7 @@ namespace AbstractLawFirmDatabaseImplement.Models
public string DocumentName { get; set; } = string.Empty;
[Required]
public double Price { get; set; }
private Dictionary<int, (IComponentModel, int)>? _documentComponents =
null;
private Dictionary<int, (IComponentModel, int)>? _documentComponents = null;
[NotMapped]
public Dictionary<int, (IComponentModel, int)> DocumentComponents
{