Exemplo n.º 1
0
        public IActionResult deleteBatch(BatchModel batch)
        {
            _context.RemoveEntry(batch);

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