Example #1
0
 public Index(Restapi.Account.Directory.Index parent, string entryId = null)
 {
     this.parent  = parent;
     this.rc      = parent.rc;
     this.entryId = entryId;
 }
Example #2
0
 public Index(Restapi.Account.Directory.Index parent)
 {
     this.parent = parent;
     this.rc     = parent.rc;
 }