标签: asp.net-core unit-of-work
我正在使用包UnitofWork,我对其GetPagedList方法感到困惑。
GetPagedList
如果我想得到一个等于
GET * FROM schoolDept WHERE status = 'y' ORDER BY createDate desc
这orderBy,我应该通过什么?
orderBy