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