public MessageQueueService(StorageAccountWrapper storageAccountWrapper) { this.storageAccountWrapper = storageAccountWrapper; queueName = "imagequeue"; }
public ImageUploadService(StorageAccountWrapper storageAccountWrapper) { account = storageAccountWrapper.Account; containerName = "rawimages"; }