Compare commits

..

No commits in common. "fee8277358fc8981a4776ca9b75300deb8b6fa20" and "9bccc11afcff1855b4edf9ec2c1d0c166e7b609e" have entirely different histories.

View File

@ -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 Dictionary<int, (ISoftwareModel, int)> PackageSoftware{get;set;} = new();
public object PackageSoftwares { get; set; }
}
}
}