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