Exemplo n.º 1
0
        public ActionResult PostVote(int id)
        {
            var result = _optionsService.Update(id);

            return(Ok(_mapper.Map <OptionViewModel>(result)));
        }