This commit is contained in:
Elitsa Marinovska
2021-08-17 13:10:13 +02:00
parent d8b3a1bbe5
commit e9b697b0c2
9 changed files with 36 additions and 18 deletions

View File

@@ -3,6 +3,5 @@ namespace Umbraco.Cms.Web.Common
public interface IUmbracoHelperAccessor
{
bool TryGetUmbracoHelper(out UmbracoHelper umbracoHelper);
}
}