Exemple #1
0
 public UsersController(IMapsStorageService mapsStorageService, IAzureMapsApiService azureMapsApiService, AzureMapsOptions azureMapsOptions)
 {
     _mapsStorageService  = mapsStorageService;
     _azureMapsApiService = azureMapsApiService;
     _azureMapsOptions    = azureMapsOptions;
 }
Exemple #2
0
 public LocationsController(IMapsStorageService mapsStorageService)
 {
     _mapsStorageService = mapsStorageService;
 }