Exemple #1
0
 public IEnumerable <Match> PlayAllMatches(int divisionId)
 {
     return(_matchesService.PlayAll(divisionId));
 }
Exemple #2
0
 public IEnumerable <Match> Get(int id)
 {
     return(_matchesService.PlayAll(id));
 }