Exemplo n.º 1
0
 public async Task <ActionResult <List <ContestInfoDto> > > ListCurrentContests()
 {
     return(Ok(await _service.GetCurrentContestInfosAsync()));
 }