Exemple #1
0
 private decimal GetTotalIncomeForCategoryAndMonth(string categoryName, DateTime month)
 {
     return(_incomeService.GetCategoryTotalForMonth(month, categoryName));
 }