コード例 #1
0
 public IHttpActionResult GetAppointments()
 {
     return(Ok(_appointmentHelper.GetAppointments()));
 }