FunctionalTests/NuGetOperations.FunctionalTests/NuGetOperations.FunctionalTests.Helpers/BlobStorageHelper.cs (11 lines of code) (raw):
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NuGetOperations.FunctionalTests.Helpers
{
class BlobStorageHelper
{
}
}