Esempio n. 1
0
 public Index(Restapi.Account.Telephony.Index parent, string sessionId = null)
 {
     this.parent    = parent;
     this.rc        = parent.rc;
     this.sessionId = sessionId;
 }
Esempio n. 2
0
 public Index(Restapi.Account.Telephony.Index parent)
 {
     this.parent = parent;
     this.rc     = parent.rc;
 }