コード例 #1
0
 public async Task <int> AddCategory(CategoryDto categoryData)
 {
     return(await _skillService.AddCategory(categoryData));
 }