예제 #1
0
 public ExpenseCategory GetExpenseCategoryWithCurrentMonthExpenses(string userId, int categoryId, string month, string year)
 {
     return(_expenseCategoryRepository.GetExpenseCategoryWithCurrentMonthExpenses(userId, categoryId, month, year));
 }