Esempio n. 1
0
 public decimal GetPaymentSum()
 {
     return(Receipts.Sum(reciept => reciept.Payment));
 }