Example #1
0
 public double Owed()
 {
     return(Math.Truncate(IncomingTransactionLog.Sum(x => x.Amount) * 100) / 100);
 }