Exemplo n.º 1
0
 public static IPhoneService GetPhoneService(TwilioAuthentication authentication)
 {
     return new TwilioService(authentication);
 }
Exemplo n.º 2
0
 // Constructor
 internal TwilioService(TwilioAuthentication authentication)
 {
     this.authentication = authentication;
 }
Exemplo n.º 3
0
 // Constructor
 internal TwilioService(TwilioAuthentication authentication)
 {
     this.authentication = authentication;
 }