Exemplo n.º 1
0
 public List <ExpenseCategory> GetExpenseCategoriesWithCurrentMonthExpenses(string userId, string month, string year)
 {
     return(_expenseCategoryRepository.GetExpenseCategoriesWithCurrentMonthExpenses(userId, month, year).ToList());
 }