コード例 #1
0
        public ActionResult GenerarReporteTxt(string ventas)
        {
            GenerarTxt txt = new GenerarTxt(ventaMinoristaBL);

            txt.CrearTxt(ventas);

            return(View(""));
        }
コード例 #2
0
        public ActionResult GenerarReporteTxt(string compra)
        {
            GenerarTxt txt = new GenerarTxt(compraBL);

            txt.CrearTxtCompra(compra);

            return(View(""));
        }