Esempio n. 1
0
 public async Task <IActionResult> Edit([FromBody] CmsProduct parm)
 {
     return(Ok(await _productService.UpdateAsync(parm)));
 }