예제 #1
0
 public async Task <PagedResponse <AppSettingViewModel> > QueryPageList([FromBody] AppSettingPageRequest request)
 {
     return(await _appSettingsService.QueryPageList(request));
 }