This commit is contained in:
Sipke Schoorstra
2015-01-16 00:06:58 +01:00

View File

@@ -33,6 +33,13 @@ namespace Orchard.Azure.Services.FileSystems {
protected set;
}
public CloudStorageAccount StorageAccount {
get {
EnsureInitialized();
return _storageAccount;
}
}
public CloudBlobClient BlobClient {
get {
EnsureInitialized();