Пример #1
0
 public Dictionary <string, decimal> CalculateMonthlyExpense()
 {
     return(_expenseRepository.CalculateMonthlyExpense());
 }