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