예제 #1
0
        public static DataTable Mostrar()
        {
            DatosCliente cliente = new DatosCliente();

            return(cliente.MostrarTodo());
        }