Makes ModelBindingExceptionAttribute

This commit is contained in:
Shannon
2020-12-22 10:52:25 +11:00
parent 3e948475a6
commit b1045e081b
4 changed files with 96 additions and 84 deletions

View File

@@ -156,7 +156,8 @@ namespace Umbraco.Core.Persistence.Repositories.Implement
protected abstract void PersistUpdatedItem(TEntity item);
protected abstract Sql<ISqlContext> GetBaseQuery(bool isCount); // TODO: obsolete, use QueryType instead everywhere
// TODO: obsolete, use QueryType instead everywhere like GetBaseQuery(QueryType queryType);
protected abstract Sql<ISqlContext> GetBaseQuery(bool isCount);
protected abstract string GetBaseWhereClause();