Example #1
0
 public CoachRepo()
 {
     _context = new AthleticsContext();
 }
Example #2
0
 public AthleteRepo()
 {
     _context = new AthleticsContext();
 }