Example #1
0
 public GamesController(ProgrammingTestContext context)
 {
     _context = context;
 }
Example #2
0
 public LocationsController(ProgrammingTestContext context)
 {
     _context = context;
 }
Example #3
0
 public TicketsDailyController(ProgrammingTestContext context)
 {
     _context = context;
 }
 public TicketFullsController(ProgrammingTestContext context)
 {
     _context = context;
 }
 public GraphController(ProgrammingTestContext context)
 {
     _context = context;
 }