コード例 #1
0
 public IEnumerable <ExpenseCategory> GetAllExpenseCategories()
 {
     return(expenseCategoryRepository.GetAll());
 }