예제 #1
0
 public PhaseSetsGetter(SQLiteDBContext dbContext, IImageIndexesGetter imageIndexesGetter, ICollectionRandomizer collectionRandomizer, IOptions <Config> config)
 {
     _dbContext            = dbContext;
     _imageIndexesGetter   = imageIndexesGetter;
     _collectionRandomizer = collectionRandomizer;
     _config = config.Value;
 }
예제 #2
0
 public ImageIndexesGetter(ICollectionRandomizer collectionRandomizer)
 {
     _collectionRandomizer = collectionRandomizer;
 }