Пример #1
0
 public DoctorConsultationController()
 {
     oConsultationRepository = new DoctorConsultationRepository();
 }
Пример #2
0
 public DoctorAppointmentController()
 {
     oAppointmentRepository        = new DoctorAppointmentRepositroy();
     oSeeDoctorRepository          = new SeeDoctorRepository();
     oDoctorConsultationRepositroy = new DoctorConsultationRepository();
 }