예제 #1
0
 public Task <int> Create(ExpenseCategoryForm form)
 {
     return(_expensecategoryRepository.Create(form));
 }