public GetUserQueryHandler(WDSMiniGamesHubDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public GetMigrationsQueryHandler(WDSMiniGamesHubDbContext context)
 {
     _context = context;
 }
 public Handler(WDSMiniGamesHubDbContext context)
 {
     _context = context;
 }