次の一般的なリポジトリ機能がありますが、オーダーバイのパラメーターを渡すことができません
Task<List<T>> AdvGetAllAsync(
Expression<Func<T, bool>> expression = null,
Func<IQueryable<T>, IOrderedQueryable<T>> orderBy = null,
List<string> includes = null
);