Ejemplo n.º 1
0
 public IActionResult UpdateClient(int id, Client client)
 {
     return(Ok(_storage.UpdateClient(id, client)));
 }