Ejemplo n.º 1
0
 public decimal GetTotalMoneyPaiyable()
 {
     return(Selections.Sum(x => x.AmmountPayable));
 }