Exemplo n.º 1
0
 public HttpResponseMessage AssociatePatientWithCompany(int PatientId, int CompanyId)
 {
     return(requestHandlerPatient.AssociatePatientWithCompany(Request, PatientId, CompanyId));
 }