Ejemplo n.º 1
0
 public Index(Restapi.Account.CallRecording.Index parent)
 {
     this.parent = parent;
     this.rc     = parent.rc;
 }
Ejemplo n.º 2
0
 public Index(Restapi.Account.CallRecording.Index parent, string greetingId = null)
 {
     this.parent     = parent;
     this.rc         = parent.rc;
     this.greetingId = greetingId;
 }