Exemplo n.º 1
0
        public async Task <IActionResult> UpVote(int postId, int pageIndex)
        {
            await postServices.UpVote(postId);

            return(RedirectToAction("Index", new { pageIndex = pageIndex }));
        }