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