public BingoController(DataContext context, BallBlower ballBlower) { _ballBlower = ballBlower; _context = context; }
public DataRefreshService(BallBlower ballBlower) { _ballBlower = ballBlower; }