Пример #1
0
 public AppointmentBusiness()
 {
     _clinicDataMapper     = new ClinicDataMapper();
     _appoinmentDataMapper = new AppointmentDataAccess();
     _cityDataMapper       = new CityDataMapper();
     _townDataMapper       = new TownDataMapper();
 }
Пример #2
0
 public PatientBusiness()
 {
     _patientMapper         = new PatientDataMapper();
     _appointmentDataMapper = new AppointmentDataAccess();
 }