コード例 #1
0
        static void Main(string[] args)
        {
            var setup = new AzureSetup();

            Console.WriteLine("This will set up Blob Container on your local Azure Storage Emulator");
            setup.Setup();
        }
コード例 #2
0
 public Tests()
 {
     _azureSetup = new AzureSetup();
     _csvService = new CsvService();
 }