Replaced all usages of DisposableObject with DisposableObjectSlim

This commit is contained in:
Robert
2018-01-10 13:48:55 +01:00
parent d0d4885812
commit bba58ea0c0
16 changed files with 25 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ namespace Umbraco.Web.Security
/// <summary>
/// A utility class used for dealing with USER security in Umbraco
/// </summary>
public class WebSecurity : DisposableObject
public class WebSecurity : DisposableObjectSlim
{
private HttpContextBase _httpContext;
private ApplicationContext _applicationContext;