Ejemplo n.º 1
0
        public ActionResult DeleteComment(SquawkCommentViewModel viewModel)
        {
            _dataService.DeleteSquawkComment(viewModel.Id);

            return(RedirectToAction("Details", new { id = viewModel.SquawkId }));
        }