Esempio n. 1
0
 public async Task <IActionResult> AllMatchs()
 {
     return(Json(await _fixtureService.GetAllMatchs()));
 }