Esempio n. 1
0
 public async Task <ActionResult <IEnumerable <MatchDto> > > GetAll()
 {
     return(new JsonResult(await _matchService.Get()));
 }