Правки

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; public string DocumentName { get; set; } = string.Empty;
[Required] [Required]
public double Price { get; set; } public double Price { get; set; }
private Dictionary<int, (IComponentModel, int)>? _documentComponents = private Dictionary<int, (IComponentModel, int)>? _documentComponents = null;
null;
[NotMapped] [NotMapped]
public Dictionary<int, (IComponentModel, int)> DocumentComponents public Dictionary<int, (IComponentModel, int)> DocumentComponents
{ {