Esempio n. 1
0
 public async Task <IActionResult> AddCateKind([FromBody] CateKind entity)
 {
     return(Ok(await _categoryService.AddCateKind(entity)));
 }