Пример #1
0
 public IActionResult GetRoleList(BaseQueryPageDto baseQueryPageDto)
 {
     return(GetPageListAsync <Role, BaseQueryPageDto, Role>(baseQueryPageDto).Result);
 }
Пример #2
0
 public async Task <IActionResult> GetGoodsListAsync(BaseQueryPageDto baseQueryPageDto)
 {
     return(await GetPageListAsync <Goods, BaseQueryPageDto, Goods>(baseQueryPageDto));
 }