コード例 #1
0
 public async Task <int> CategoryEdit(ICategories category)
 {
     return(await categoryRepository.EditAsync(category));
 }