Ejemplo n.º 1
0
 public void Put(int id, [FromBody] VacationInputModel value)
 {
     // Do something useful here
 }
Ejemplo n.º 2
0
 public void Post([FromBody] VacationInputModel value)
 {
     // Do something useful here
 }