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