Правки
This commit is contained in:
parent
f206c9637c
commit
3f024113c2
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user