C# Class TrolleyTracker.Controllers.WebAPI.LocationController

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

Méthodes publiques

Méthode Description
Get ( int id ) : Trolley

Private Methods

Méthode Description
PostLocation ( int id, TrolleyTracker.ViewModels.LocationUpdate locationUpdate ) : IHttpActionResult

Method Details

Get() public méthode

public Get ( int id ) : Trolley
id int
Résultat TrolleyTracker.Models.Trolley