Ejemplo n.º 1
0
        public static bool TxtReport()
        {
            Importado  imp    = new Importado();
            Fabricado  fab    = new Fabricado();
            TxtHandler report = new TxtHandler();

            return(report.TxtProductos(imp.TraerTodo(), fab.TraerTodo()));
        }
Ejemplo n.º 2
0
        public static List <Importado> TraerTodoProdImportado()
        {
            Importado imp = new Importado();

            return(imp.TraerTodo());
        }