예제 #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()));
        }
예제 #2
0
        public static List <Fabricado> TraerTodoProdFabricado()
        {
            Fabricado fab = new Fabricado();

            return(fab.TraerTodo());
        }