BgEngine.Controllers.CategoryController.Delete C# (CSharp) Метод

Delete() приватный Метод

private Delete ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult
        public ActionResult Delete(int id)
        {
            return View(CategoryServices.FindEntityByIdentity(id));
        }