Update IWorkContextAccessor.cs

This commit is contained in:
jtkech
2015-12-25 03:21:01 +01:00
parent 4418bcdc19
commit 433c087136

View File

@@ -10,6 +10,10 @@ namespace Orchard {
IWorkContextScope CreateWorkContextScope();
}
public interface ILogicalWorkContextAccessor: IWorkContextAccessor {
WorkContext GetLogicalContext();
}
public interface IWorkContextStateProvider : IDependency {
Func<WorkContext, T> Get<T>(string name);
}