Exemple #1
0
 private decimal GetTotalIncomeForMonth(DateTime month)
 {
     return(_incomeService.GetMonthTotal(month));
 }