Пример #1
0
 public async Task OnGet()
 {
     PostSummaries = await _postProvider.GetPostList().ToArrayAsync();
 }