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