Ejemplo n.º 1
0
 public athletesController(SportsApplicationContext context)
 {
     _context = context;
 }
 public TestsController(SportsApplicationContext context)
 {
     _context = context;
 }