AllReady.Controllers.ClosestLocationsController.ClosestLocationsController C# (CSharp) Method

ClosestLocationsController() public method

public ClosestLocationsController ( IMediator mediator ) : System.Collections.Generic
mediator IMediator
return System.Collections.Generic
        public ClosestLocationsController(IMediator mediator)
        {
            this.mediator = mediator;
        }
ClosestLocationsController