Example #1
0
 public CommonController()
 {
     _iPatientService = new MMCService.PatientService.PatientServiceClient();
     _iCommonService  = new MMCService.CommonService.CommonServiceClient();
     _storageService  = new StorageService();
     _mailService     = new EMailService();
     _iEmailRecordAttachmentService = new MMCService.EmailRecordAttachmentService.EmailRecordAttachmentServiceClient();
 }
Example #2
0
 public IMRController()
 {
     _iIMRService                   = new MMCService.IMRService.IMRServiceClient();
     _iPreparationService           = new MMCService.PreparationService.PreparationServiceClient();
     _intakeService                 = new MMCService.IntakeService.IntakeServiceClient();
     _storageService                = new StorageService();
     _mailService                   = new EMailService();
     _iCommonService                = new MMCService.CommonService.CommonServiceClient();
     _pdfSplitterService            = new PDFSplitterService();
     _iUserService                  = new MMCService.UserService.UserServiceClient();
     _iEmailRecordAttachmentService = new MMCService.EmailRecordAttachmentService.EmailRecordAttachmentServiceClient();
 }
 public NotificationController()
 {
     _intakeService                 = new MMCService.IntakeService.IntakeServiceClient();
     _iPreparationService           = new MMCService.PreparationService.PreparationServiceClient();
     _iNotificationService          = new MMCService.NotificationService.NotificationServiceClient();
     _iCommonService                = new MMCService.CommonService.CommonServiceClient();
     _iUserService                  = new MMCService.UserService.UserServiceClient();
     _storageService                = new StorageService();
     _mailService                   = new EMailService();
     _iCommonService                = new MMCService.CommonService.CommonServiceClient();
     _iEmailRecordAttachmentService = new MMCService.EmailRecordAttachmentService.EmailRecordAttachmentServiceClient();
 }