Ejemplo n.º 1
0
 public Index(Restapi.Account.A2pSms.Index parent, string messageId = null)
 {
     this.parent    = parent;
     this.rc        = parent.rc;
     this.messageId = messageId;
 }
Ejemplo n.º 2
0
 public Index(Restapi.Account.A2pSms.Index parent, string batchId = null)
 {
     this.parent  = parent;
     this.rc      = parent.rc;
     this.batchId = batchId;
 }
Ejemplo n.º 3
0
 public Index(Restapi.Account.A2pSms.Index parent)
 {
     this.parent = parent;
     this.rc     = parent.rc;
 }