Ejemplo n.º 1
0
        public ActionResult Remover(AcrescimoMeioTransporte acrescimoMeioTransporte)
        {
            var dao = new AcrescimoMeioTransporteDAO();

            dao.Remover(acrescimoMeioTransporte);
            return(RedirectToAction("Listar"));
        }