start media library

This commit is contained in:
2020-05-15 14:23:47 +02:00
parent 2b18892796
commit 1e05ff82df
25 changed files with 1118 additions and 167 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ namespace zero.Core.Extensions
}
public static IQueryable<T> WhereIf<T>(this IQueryable<T> source, Expression<Func<T, bool>> predicate, bool condition, Expression<Func<T, bool>> elsePredicate = null)
public static IRavenQueryable<T> WhereIf<T>(this IRavenQueryable<T> source, Expression<Func<T, bool>> predicate, bool condition, Expression<Func<T, bool>> elsePredicate = null)
{
if (!condition)
{