public int EliminarAsesor(Asesor asesor) { int result = 0; result = entidades.Eliminar("Asesor", "ase_Id", asesor.Codigo.ToString()); return(result); }
public int EliminarAsegurado() { int result = 0; result = entidades.Eliminar("Tercero", "ter_id", NumeroIdentificacion); return(result); }