Beispiel #1
0
 public GameEventHandler(BlobOutputManager blobOutputManager, EventHubOutputManager eventHubOutputManager, ILocationLookupProvider locationLookupProvider)
 {
     _blobOutputManager      = blobOutputManager;
     _eventHubOutputManager  = eventHubOutputManager;
     _locationLookupProvider = locationLookupProvider;
 }
Beispiel #2
0
 public LocationEventHandler(ILocationLookupProvider locationLookupProvider)
 {
     _locationLookupProvider = locationLookupProvider;
 }
 public LocationSearchService(ILocationLookupProvider locationLookupProvider, IPostcodeLookupProvider postcodeLookupProvider, ILogService logger)
 {
     _locationLookupProvider = locationLookupProvider;
     _postcodeLookupProvider = postcodeLookupProvider;
     _logger = logger;
 }
Beispiel #4
0
 public CheckLocationLookup(ILocationLookupProvider locationLookupProvider)
 {
     _locationLookupProvider = locationLookupProvider;
 }