AutoMapperIntro.Controllers.VehiclesController.Delete C# (CSharp) Method

Delete() public method

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

Same methods

VehiclesController::Delete ( int id, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult