Exemple #1
0
 public decimal GetPriceOfAllItemsOfType(IItem item)
 {
     return(_catalogue.GetPriceOfAllItemsOfType(item));
 }