Exemplo n.º 1
0
 public async Task OnGetAsync([FromServices] NewService newsService)
 {
     AllNews = await newsService.GetAllNewsAsync();
 }