C# Class TrolleyTracker.Controllers.WebAPI.StopsController

Inheritance: ApiController
Datei anzeigen Open project: codeforgreenville/trolley-tracker-api-dot-net

Public Methods

Method Description
GetStops ( ) : List

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetStop ( int id ) : IHttpActionResult
StopExists ( int id ) : bool

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetStops() public method

public GetStops ( ) : List
return List