コード例 #1
0
ファイル: MatchesController.cs プロジェクト: srog/FMS
 public IEnumerable <Match> PlayAllMatches(int divisionId)
 {
     return(_matchesService.PlayAll(divisionId));
 }
コード例 #2
0
 public IEnumerable <Match> Get(int id)
 {
     return(_matchesService.PlayAll(id));
 }