Beispiel #1
0
 public PatientController()
 {
     _iPatientService          = new MMCService.PatientService.PatientServiceClient();
     _iClientService           = new MMCService.ClientService.ClientServiceClient();
     _iPaticipantService       = new MMCService.PaticipantService.PaticipantServiceClient();
     _iCommonService           = new MMCService.CommonService.CommonServiceClient();
     _iUserService             = new MMCService.UserService.UserServiceClient();
     _storageService           = new StorageService();
     _iPaticipantServiceClient = new MMCService.PaticipantService.PaticipantServiceClient();
 }
Beispiel #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();
 }
Beispiel #4
0
 public UserController(IEncryption encryptionService)
 {
     _iUserService      = new MMCService.UserService.UserServiceClient();
     _encryptionService = encryptionService;
     _iCommonService    = new MMCService.CommonService.CommonServiceClient();
 }