Esempio n. 1
0
 public string AveragePrice()
 {
     return(Sellers.Average(seller => seller.Price).ToString("#.##"));
 }