Esempio n. 1
0
 public ActionResult <bool> Put(int id, [FromBody] Employee data)
 {
     return(ConnectionBD.UpdateEmployee(data));
 }