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