示例#1
0
 public PeerReviewController()
 {
     _iPaticipantService  = new MMCService.PaticipantService.PaticipantServiceClient();
     _iPreparationService = new MMCService.PreparationService.PreparationServiceClient();
     _IntakeService       = new MMCService.IntakeService.IntakeServiceClient();
     _iCommonService      = new MMCService.CommonService.CommonServiceClient();
 }
示例#2
0
 public BillingController()
 {
     _intakeService       = new MMCService.IntakeService.IntakeServiceClient();
     _iPreparationService = new MMCService.PreparationService.PreparationServiceClient();
     _iBillingService     = new MMCService.BillingService.BillingServiceClient();
     _iClientService      = new MMCService.ClientService.ClientServiceClient();
     _iCommonService      = new MMCService.CommonService.CommonServiceClient();
     _storageService      = new StorageService();
 }
示例#3
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();
 }