public DefaultBooruFullImageViewerFactory( IImageFetcherService imageFetcherService, IBooruConfiguration configuration, IBooruPostsProviderFactory postsProviderFactory) { _imageFetcherService = imageFetcherService; _configuration = configuration; _postsProviderFactory = postsProviderFactory; }
public BooruPostsProvider( IPostFetcherService postFetcherService, IBooruPostManager postManager, IImageFetcherService imageFetcherService, IBooruConfiguration configuration) { _postFetcherService = postFetcherService; _postManager = postManager; _imageFetcherService = imageFetcherService; _configuration = configuration; }
public BooruCollectionManager( IImageFetcherService imageFetcherService) { _imageFetcherService = imageFetcherService; }
public DemoDataInitializer(DssDataContext dataContext, IImageFetcherService imageFetcher) { _dataContext = dataContext; _imageFetcher = imageFetcher; }