Правки

This commit is contained in:
GokaPek 2024-04-20 11:43:03 +04:00
parent f206c9637c
commit 3f024113c2

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
{