Esempio n. 1
0
 public SmsVerificationScenarios(ApolloIntegrationFixture services)
 {
     this.smsDriver = new SmsDriver(services);
 }
 public TwilioIntegrationScenarios(ApolloIntegrationFixture services)
 {
     this.driver = new SmsDriver(services);
 }