Ejemplo n.º 1
0
 public IActionResult CreatedClient([FromBody] ClientVO client)
 {
     return(Ok(_bussines.Created(client)));
 }