Exemplo n.º 1
0
 public IHttpActionResult GetCompetitionMatches(string competition, int year, int round_number)
 {
     return(Ok(_LeagueService.GetMatches(competition, year, round_number)));
 }