Esempio n. 1
0
        public void GivenThereIsNoBlobPresentForThisID(Table table)
        {
            _customerData = table.CreateInstance <CustomerData>();

            var blobName = string.Format("{0}-{1}", _customerData.Id, _customerData.Name);

            AzureStorageHelper.DeleteJsonFromBlob(blobName);
        }