Пример #1
0
 public async Task OnGetAsync(int pageIndex)
 {
     Paging = await _playerAppService.GetPaging(Keyword, pageIndex);
 }