Remove context from IScopeProvider.cs (#12657)

Co-authored-by: Zeegaan <nge@umbraco.dk>
This commit is contained in:
Nikolaj Geisle
2022-07-05 12:42:52 +02:00
committed by GitHub
parent af3e9bf892
commit 22577163ba

View File

@@ -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,