AllReady.Controllers.ClosestLocationsController.ClosestLocationsController C# (CSharp) Méthode

ClosestLocationsController() public méthode

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