0

次の一般的なリポジトリ機能がありますが、オーダーバイのパラメーターを渡すことができません

Task<List<T>> AdvGetAllAsync(
            Expression<Func<T, bool>> expression = null,
            Func<IQueryable<T>, IOrderedQueryable<T>> orderBy = null,
            List<string> includes = null
            );
4

1 に答える 1