Exemplo n.º 1
0
 public decimal GetTotalBudgetedAmount()
 {
     return(CategoryItems.Sum(ci => ci.AmountBudgeted ?? 0));
 }