public static DataTable DevuelveVotantes(String DatosSelect, String DatosWhere, string usuario) { return(Votante.ObtenerVotante(DatosSelect, DatosWhere, usuario, Logica.obtieneDireccionIP.DevuelveIP())); }
public static DataTable DevuelveVotantes(String DatosSelect, String DatosWhere) { return(Votante.ObtenerVotante(DatosSelect, DatosWhere)); }