Exemplo n.º 1
0
        public ActionResult Update(BeerTypeViewModel details)
        {
            _beerTypeService.UpdateBeerType(details.ToBeerTypeDto());

            return(RedirectToAction("Index"));
        }