remove POCO interfaces

This commit is contained in:
2021-05-04 17:23:52 +02:00
parent 6d6983c9da
commit 8585c35ef3
173 changed files with 988 additions and 1805 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ namespace zero.Core.Extensions
/// <summary>
///
/// </summary>
public static ListResult<T> ToQueriedList<T>(this IEnumerable<T> items, ListQuery<T> query) where T : IZeroEntity
public static ListResult<T> ToQueriedList<T>(this IEnumerable<T> items, ListQuery<T> query) where T : ZeroEntity
{
//queryable = queryable.Statistics(out QueryStatistics stats);