C# Class AllReady.Controllers.ClosestLocationsController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Datei anzeigen Open project: HTBox/allReady Class Usage Examples

Public Methods

Method Description
ClosestLocationsController ( IMediator mediator ) : System.Collections.Generic

Private Methods

Method Description
Get ( double latitude, double longtitude, int distance, int count ) : IEnumerable

Method Details

ClosestLocationsController() public method

public ClosestLocationsController ( IMediator mediator ) : System.Collections.Generic
mediator IMediator
return System.Collections.Generic