Ejemplo n.º 1
0
 public VariablesInsert(VariablesUpdate variables)
 {
     subcategory     = variables.subcategory;
     email           = variables.email;
     title           = variables.title;
     contactInfo     = variables.contactInfo;
     captchaResponse = variables.captchaResponse;
     botScore        = variables.botScore;
     images          = variables.images;
     price           = variables.price;
     description     = variables.description;
     name            = variables.name;
     phone           = variables.phone;
 }
Ejemplo n.º 2
0
 public FormUpdateAnuncio()
 {
     variables = new VariablesUpdate();
 }
Ejemplo n.º 3
0
 public VariablesDelete(VariablesUpdate variables)
 {
     token = variables.token;
     id    = variables.id;
 }