コード例 #1
0
 public async Task DeleteIncomeCategory(int id)
 {
     await _incomeCategoriesRepository.DeleteIncomeCategory(id);
 }