Example #1
0
 public GameController(Tic_tac_toeContext context)
 {
     _context = context;
 }
 public GamePlayerSectionController(Tic_tac_toeContext context)
 {
     _context = context;
 }
Example #3
0
 public PlayerMatchesController(Tic_tac_toeContext context)
 {
     _context = context;
 }