protected void editParentesco_Click(object sender, EventArgs e) { psvm = new PersonaServiceModel(); if (psvm.editParentesco(new SCPM_PARENTESCOS() { PARE_ID = Convert.ToInt32(comboParentesco.SelectedValue), PARE_NOM = inParentesco.Text, PARE_EST = onParentesco.Checked })) { fillPArentesco(); HelperUtil.showNotifi("editado"); } else { HelperUtil.showNotifi("no editado"); } }
protected void editParentesco_Click(object sender, EventArgs e) { psvm = new PersonaServiceModel(); if (psvm.editParentesco(new SCPM_PARENTESCOS() { PARE_ID = Convert.ToInt32(comboParentesco.SelectedValue), PARE_NOM = inParentesco.Text, PARE_EST = onParentesco.Checked })) { fillPArentesco(); HelperUtil.showNotifi("editado"); } else HelperUtil.showNotifi("no editado"); }