Esempio n. 1
0
 private ItemPricingModel GetExistingItemPricing(int id)
 {
     return(ExistingItems.FirstOrDefault(price => price.Id == id));
 }