public GetUserQueryHandler(WDSMiniGamesHubDbContext context) { _context = context; }
public GetMigrationsQueryHandler(WDSMiniGamesHubDbContext context) { _context = context; }
public Handler(WDSMiniGamesHubDbContext context) { _context = context; }