Beispiel #1
0
 public decimal InstallmentAmount()
 {
     return(Installments.Sum(x => x.Amount));
 }