mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-08 00:14:31 +08:00
Update IWorkContextAccessor.cs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user