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