public HomeController(IOpenWeatherService service, ICloudQueueService queueCommunicator, IMapService mapServices, IImageHelper imageHelper, ICloudBlobService cloudBlobService) { this.service = service; this._queueCommunicator = queueCommunicator; this.mapServices = mapServices; this.imageHelper = imageHelper; this._cloudBlobService = cloudBlobService; }
internal BlobStorageTarget(ICloudBlobService cloudBlobService) { TaskDelayMilliseconds = 200; BatchSize = 100; _checkAndRepairContainerNameDelegate = CheckAndRepairContainerNamingRules; _cloudBlobService = cloudBlobService; }
public GenerateBeerReportCommandHandler(ICloudQueueService queueCommunicator, ICloudBlobService cloudBlobService, IMapService mapServices, IOpenWeatherService openWeatherService, IImageHelper imageHelper, ITemperatureConverter temperatureConverter) { this._queueCommunicator = queueCommunicator; this._mapServices = mapServices; this._openWeatherService = openWeatherService; this._imageHelper = imageHelper; this._temperatureConverter = temperatureConverter; this._cloudBlobService = cloudBlobService; }
internal BlobStorageTarget(ICloudBlobService cloudBlobService) { TaskDelayMilliseconds = 200; BatchSize = 100; BlobMetadata = new List <TargetPropertyWithContext>(); BlobTags = new List <TargetPropertyWithContext>(); _checkAndRepairContainerNameDelegate = CheckAndRepairContainerNamingRules; _cloudBlobService = cloudBlobService; }
public AttachmentHandler(ICloudBlobService cloudBlobService, INoteRepository noteRepository) { _noteRepository = noteRepository; _cloudBlobService = cloudBlobService; }
internal BlobStorageTarget(ICloudBlobService cloudBlobService) { _checkAndRepairContainerNameDelegate = CheckAndRepairContainerNamingRules; _cloudBlobService = cloudBlobService; }