Beispiel #1
0
 public async Task <IActionResult> Add(Category category)
 {
     return(Ok(await _categoryAppService.AddAsync(category)));
 }