C# Class TrolleyTracker.Controllers.WebAPI.LocationController

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

Public Methods

Method Description
Get ( int id ) : Trolley

Private Methods

Method Description
PostLocation ( int id, TrolleyTracker.ViewModels.LocationUpdate locationUpdate ) : IHttpActionResult

Method Details

Get() public method

public Get ( int id ) : Trolley
id int
return TrolleyTracker.Models.Trolley