Example #1
0
 public IEnumerable <Fixture> GetFixturesByRoundId(int roundId)
 {
     return(_repos.GetFixtureByRoundId(roundId));
 }