Пример #1
0
        public ActionResult Delete(int id)
        {
            DBLote dblote = new DBLote();
            Lote   lote   = new Lote(dblote);

            lote.Delete(id);
            return(RedirectToAction("Index", "Lote"));
        }