Beispiel #1
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();
 }
Beispiel #2
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 #3
0
 public ClientController()
 {
     _iClientService = new MMCService.ClientService.ClientServiceClient();
     _iCommonService = new MMCService.CommonService.CommonServiceClient();
 }