Ejemplo n.º 1
0
 public void SetUp()
 {
     _configurationWrapper    = new ConfigurationWrapper();
     _platformService         = new PlatformServiceClient();
     _ministryPlatformService = new MinistryPlatformServiceImpl(_platformService, _configurationWrapper);
     _fixture = new AuthenticationServiceImpl(_platformService, _ministryPlatformService);
 }
Ejemplo n.º 2
0
 public void SetUp()
 {
     _configurationWrapper = new ConfigurationWrapper();
     _platformService = new PlatformServiceClient();
     _ministryPlatformService = new MinistryPlatformServiceImpl(_platformService, _configurationWrapper);
     _fixture = new AuthenticationServiceImpl(_platformService, _ministryPlatformService);
 }