Beispiel #1
0
 public PlayerService(HangManContext db) : base(db)
 {
 }
Beispiel #2
0
 public WordService(HangManContext db) : base(db)
 {
 }
Beispiel #3
0
 public WordsController(HangManContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public GameService(HangManContext db) : base(db)
 {
 }
Beispiel #5
0
 public UserService(HangManContext db) : base(db)
 {
 }