C# Class TrolleyTracker.Controllers.WebAPI.StopsController

Inheritance: ApiController
Afficher le fichier Open project: codeforgreenville/trolley-tracker-api-dot-net

Méthodes publiques

Méthode Description
GetStops ( ) : List

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GetStop ( int id ) : IHttpActionResult
StopExists ( int id ) : bool

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetStops() public méthode

public GetStops ( ) : List
Résultat List