no need for explicit implementation for this since we changed the old one

This commit is contained in:
Shannon
2017-01-19 17:29:36 +11:00
parent 9965aa461a
commit 2a95ed3c7a

View File

@@ -79,7 +79,7 @@ namespace Umbraco.Core.Persistence.UnitOfWork
}
//explicit implementation
IScopeUnitOfWork IScopeUnitOfWorkProvider.GetUnitOfWork(IsolationLevel isolationLevel)
public IScopeUnitOfWork GetUnitOfWork(IsolationLevel isolationLevel)
{
return new PetaPocoUnitOfWork(_scopeProvider, isolationLevel);
}