Beispiel #1
0
 public PlayersController(RPSLS_Web_AppContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public GameController(RPSLS_Web_AppContext context)
 {
     _context = context;
 }