Exemplo n.º 1
0
        public IActionResult runBatch(int batchid)
        {
            _context.getBatch(batchid).runBatch(_context);

            return(RedirectToAction("Index", "Home"));
        }