Beispiel #1
0
 public Index(Restapi.Account.EmergencyAddressAutoUpdate.Index parent, string taskId = null)
 {
     this.parent = parent;
     this.rc     = parent.rc;
     this.taskId = taskId;
 }
 public Index(Restapi.Account.EmergencyAddressAutoUpdate.Index parent)
 {
     this.parent = parent;
     this.rc     = parent.rc;
 }