Esempio n. 1
0
 public ActionResult <bool> Post([FromBody] Employee data)
 {
     return(ConnectionBD.InsertEmployee(data));
 }