Пример #1
0
 public async Task <ApiResult <Page <SysLog> > > List([FromBody] PageParam param) => await _sysLogService.PageList(param);