コード例 #1
0
ファイル: AppointmentService.cs プロジェクト: ELS-STLCM/test
 public AppointmentService(IPatientVisitAppointmentDocument patientVisitAppointmentDocument,
                             IBlockAppointmentDocument blockAppointmentDocument,
                             IOtherAppointmentDocument otherAppointmentDocument,
                             IRecurrenceGroupDocument recurrenceDocument,
                             IPatientDocument patientDocument, IAppointmentDocument appointmentDocument, IMasterService masterService)
 {
     _blockAppointmentDocument = blockAppointmentDocument;
     _otherAppointmentDocument = otherAppointmentDocument;
     _patientVisitAppointmentDocument = patientVisitAppointmentDocument;
     _recurrenceDocument = recurrenceDocument;
     _patientDocument = patientDocument;
     _appointmentDocument = appointmentDocument;
     _masterService = masterService;
 }
コード例 #2
0
ファイル: RegistrationService.cs プロジェクト: ELS-STLCM/test
 public RegistrationService(IRegistrationDocument registrationDocumentInstance,
                             IAppointmentDocument appointmentDocument)
 {
     //  _registrationDocument = registrationDocumentInstance;
       //      _appointmentDocument = appointmentDocument;
 }