Remove context from IScopeProvider.cs (#12657)
Co-authored-by: Zeegaan <nge@umbraco.dk>
This commit is contained in:
@@ -11,11 +11,6 @@ namespace Umbraco.Cms.Infrastructure.Scoping;
|
||||
/// </summary>
|
||||
public interface IScopeProvider : ICoreScopeProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the scope context.
|
||||
/// </summary>
|
||||
IScopeContext? Context { get; }
|
||||
|
||||
/// <inheritdoc />
|
||||
ICoreScope ICoreScopeProvider.CreateCoreScope(
|
||||
IsolationLevel isolationLevel,
|
||||
|
||||
Reference in New Issue
Block a user