Ejemplo n.º 1
0
        public ActionResult Remover(int id)
        {
            var dao = new AcrescimoMeioTransporteDAO();
            AcrescimoMeioTransporte acrescimo = dao.BuscarPorId(id);

            return(View(acrescimo));
        }