示例#1
0
 public async Task <IHttpActionResult> GetTypeList()
 {
     try
     {
         return(Ok((await _service.GetAppointmentTypeList())));
     }
     catch (Exception)
     {
         throw;
     }
 }