Exemple #1
0
 public void SetUp()
 {
     _configurationWrapper = new ConfigurationWrapper();
     _platformService = new PlatformServiceClient();
     _ministryPlatformService = new MinistryPlatformServiceImpl(_platformService, _configurationWrapper);
     _lookupService = new LookupService(_fixture, _configurationWrapper, _ministryPlatformService);
     _fixture = new AuthenticationServiceImpl(_platformService, _ministryPlatformService);
 }
 public LookupController(IConfigurationWrapper configurationWrapper, LookupService lookupService)
 {
     this._configurationWrapper = configurationWrapper;
     _lookupService = lookupService;
 }