Пример #1
0
 public Index(Restapi.Account.A2pSms.Index parent, string messageId = null)
 {
     this.parent    = parent;
     this.rc        = parent.rc;
     this.messageId = messageId;
 }
Пример #2
0
 public Index(Restapi.Account.A2pSms.Index parent, string batchId = null)
 {
     this.parent  = parent;
     this.rc      = parent.rc;
     this.batchId = batchId;
 }
Пример #3
0
 public Index(Restapi.Account.A2pSms.Index parent)
 {
     this.parent = parent;
     this.rc     = parent.rc;
 }