コード例 #1
0
 public IPagedResult <TEntityDto> GetPagedList([FromQuery] TEntityPageQueryInputDto dto)
 {
     return(appService.GetPagedList(dto));
 }