예제 #1
0
 public void Put(int id, [FromBody] VacationInputModel value)
 {
     // Do something useful here
 }
예제 #2
0
 public void Post([FromBody] VacationInputModel value)
 {
     // Do something useful here
 }