This commit is contained in:
Zoltán Lehóczky
2014-07-31 14:29:31 +02:00
parent 54b21ebae7
commit ac100c4cfd

View File

@@ -29,7 +29,7 @@ namespace Orchard.Environment {
/// <summary>
/// Can be used to build an temporary self-contained instance of a shell's configured code.
/// Services may be resolved from within this instance to configure and initialize it's storage.
/// Services may be resolved from within this instance to configure and initialize its storage.
/// </summary>
IWorkContextScope CreateStandaloneEnvironment(ShellSettings shellSettings);
}