conflict fix 2
This commit is contained in:
parent
e7dec86f9c
commit
87d0990c81
@ -12,7 +12,7 @@ namespace AbstractSoftwareInstallationContracts.BindingModels
|
||||
public int Id { get; set; }
|
||||
public string PackageName { get; set; } = string.Empty;
|
||||
public double Price { get; set; }
|
||||
public Dictionary<int, (ISoftwareModel, int)> PackageSoftware{get;set;} = new();
|
||||
public object PackageSoftwares { get; set; }
|
||||
public Dictionary<int, (ISoftwareModel, int)> PackageSoftware { get; set; } = new();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user