Exemplo n.º 1
0
 public Common.CaseConferance GetCaseConferance(int id)
 {
     DataLayer.PatientsHandler dapatient = new DataLayer.PatientsHandler();
     return(dapatient.GetCaseConferance(id));
 }