Exemplo n.º 1
0
 public DoctorConsultationController()
 {
     oConsultationRepository = new DoctorConsultationRepository();
 }
Exemplo n.º 2
0
 public DoctorAppointmentController()
 {
     oAppointmentRepository        = new DoctorAppointmentRepositroy();
     oSeeDoctorRepository          = new SeeDoctorRepository();
     oDoctorConsultationRepositroy = new DoctorConsultationRepository();
 }