示例#1
0
 public DoctorsQueryHandler(IPrescriptionServiceClient prescriptionServiceClient, IMedicalAppointmentServiceClient medicalAppointmentServiceClient)
 {
     this.prescriptionServiceClient       = prescriptionServiceClient;
     this.medicalAppointmentServiceClient = medicalAppointmentServiceClient;
 }
 public PatientsQueryHandler(IPrescriptionServiceClient prescriptionServiceClient, IAppointmentServiceClient appointmentServiceClient)
 {
     this.prescriptionServiceClient = prescriptionServiceClient;
     this.appointmentServiceClient  = appointmentServiceClient;
 }