removes ISqlHelper usages from Web project

This commit is contained in:
Shannon
2016-03-17 10:35:02 +01:00
parent 9ac2d04aea
commit 24fed0de2e
8 changed files with 76 additions and 135 deletions

View File

@@ -136,12 +136,5 @@ namespace Umbraco.Web.UI.Controls
get { return _url ?? (_url = new UrlHelper(new RequestContext(new HttpContextWrapper(Context), new RouteData()))); }
}
/// <summary>
/// Returns the legacy SqlHelper
/// </summary>
protected ISqlHelper SqlHelper
{
get { return global::umbraco.BusinessLogic.Application.SqlHelper; }
}
}
}