Handle tenants config on Azure

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-05-11 09:53:30 -07:00
parent 688fb2bdbb
commit 13657ebb1a
5 changed files with 26 additions and 30 deletions

View File

@@ -9,8 +9,8 @@ namespace Orchard.Azure.Environment.Configuration {
private readonly AzureFileSystem _fs;
public AzureAppDataFolder(string shellName) {
_fs = new AzureFileSystem("appdata", shellName, true);
public AzureAppDataFolder() {
_fs = new AzureFileSystem("appdata", null, true);
}
public void CreateFile(string path, string content) {