Esempio n. 1
0
 public decimal BestPrice()
 {
     return(Sellers.OrderBy(seller => seller.Price).First().Price);
 }