BgEngine.Controllers.CommentController.Delete C# (CSharp) Method

Delete() private method

private Delete ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult
        public ActionResult Delete(int id)
        {
            return View(CommentServices.FindEntityByIdentity(id));
        }