Ejemplo n.º 1
0
 public bool Post([FromBody] Hotel value)
 {
     return(mgr.CreateHotel(value));
 }