Exemplo n.º 1
0
 public IHttpActionResult GetCredentialByAppointmentType(int?appointmentTypeID)
 {
     return(new HttpResult <Response <AppointmentCredentialModel> >(resourceDataProvider.GetCredentialByAppointmentType(appointmentTypeID), Request));
 }