Exemple #1
0
 public async Task OnGetAsync()
 {
     Posts = await _postsRepository.GetAllAsync();
 }