U4-6147 - GetUnitOfWork becomes CreateUnitOfWork

This commit is contained in:
Stephan
2016-05-02 12:24:13 +02:00
parent dc0456e108
commit dbaede43af
59 changed files with 776 additions and 768 deletions

View File

@@ -213,7 +213,7 @@ namespace Umbraco.Web.Services
lock (Locker)
{
//delete the assigned applications
_uowProvider.GetUnitOfWork().Database.Execute(
_uowProvider.CreateUnitOfWork().Database.Execute(
"delete from umbracoUser2App where app = @appAlias",
new { appAlias = section.Alias });