Compare commits
2 Commits
9bccc11afc
...
fee8277358
Author | SHA1 | Date | |
---|---|---|---|
fee8277358 | |||
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