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; }
public FormUpdateAnuncio() { variables = new VariablesUpdate(); }
public VariablesDelete(VariablesUpdate variables) { token = variables.token; id = variables.id; }