AllReady.Controllers.ClosestLocationsController.ClosestLocationsController C# (CSharp) Метод

ClosestLocationsController() публичный Метод

public ClosestLocationsController ( IMediator mediator ) : System.Collections.Generic
mediator IMediator
Результат System.Collections.Generic
        public ClosestLocationsController(IMediator mediator)
        {
            this.mediator = mediator;
        }
ClosestLocationsController