Example #1
0
 private bool FixtureExists(int id)
 {
     return(_fixtureRepository.FixtureExists(id));
 }