예제 #1
0
 public void Put(int id, [FromBody] IAppointmentDTO value)
 {
 }
예제 #2
0
 public void Post([FromBody] IAppointmentDTO value)
 {
 }