Exemplo n.º 1
0
        public static DataTable Listar()
        {
            D_Usuarios Datos = new D_Usuarios();

            return(Datos.Listar());
        }