예제 #1
0
파일: Customers.cs 프로젝트: xyyhqq/eXpand
 public decimal GetPaymentSum()
 {
     return(Receipts.Sum(reciept => reciept.Payment));
 }