Entity controller migrated
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Reflection;
|
||||
|
||||
namespace Umbraco.Web.Models.TemplateQuery
|
||||
{
|
||||
internal static class QueryConditionExtensions
|
||||
public static class QueryConditionExtensions
|
||||
{
|
||||
private static Lazy<MethodInfo> StringContainsMethodInfo =>
|
||||
new Lazy<MethodInfo>(() => typeof(string).GetMethod("Contains", new[] {typeof(string)}));
|
||||
@@ -71,4 +71,4 @@ namespace Umbraco.Web.Models.TemplateQuery
|
||||
return predicate;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user