示例#1
0
 public PatientController()
 {
     servicePatient = new ServicePatient();
     serviceUser = new ServiceUser();
     serviceRDV = new ServiceRDV();
     serviceVisite = new ServiceVisite();
 }