Example #1
0
 public Common.IllnessesMedical GetIllnessesMedical(int id)
 {
     DataLayer.PatientsHandler dapatient = new DataLayer.PatientsHandler();
     return(dapatient.GetIllnessesMedical(id));
 }