BikeHistoryControllerDelete Method (Int32) |  |
Delete a bike history data item
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic ActionResult Delete(
int pID
)
Public Function Delete (
pID As Integer
) As ActionResult
Parameters
- pID
- Type: SystemInt32
Bike history ID
Return Value
Type:
ActionResultView of bike history to delete
Examples
GET: BikeHistory/Delete/5
See Also