Exemple #1
0
        public static DataTable BuscarNombresApellidos(string textobuscar, string textobuscarr)
        {
            DEmpleado Obj = new DEmpleado();

            Obj.TextoBuscar  = textobuscar;
            Obj.TextoBuscarr = textobuscarr;
            return(Obj.BuscarEmpleadoNombreApellidos(Obj));
        }