Get rid of IScopeInternal, add IScopeContext

This commit is contained in:
Stephan
2017-05-31 10:53:01 +02:00
parent d3133abcab
commit e17417c49f
10 changed files with 69 additions and 106 deletions

View File

@@ -19,7 +19,7 @@
{
// dispose the entire chain (if any)
// reset (don't commit by default)
IScopeInternal scope;
Scope scope;
while ((scope = _scopeProvider.AmbientScope) != null)
{
scope.Reset();