Ejemplo n.º 1
0
 public async Task <ActionResult> Activate([FromBody] ActivateProductCommand command)
 {
     return(new JsonResult(await _productApplicationService.ActivateProductAsync(command)));
 }