Esempio n. 1
0
        public ActionResult DeleteConfirmed(int id)
        {
            Transporter transporter = transportService.FindById(id);

            transportService.DeleteTransporter(transporter);
            return(RedirectToAction("Index"));
        }