public ContentStorePreRequestUpdater(IContentStore <RadarrMovie> movieStore, IContentStore <SonarrTvShow> tvShowStore, IRadarrClient radarrClient, ISonarrClient sonarrClient) { _movieStore = movieStore; _tvShowStore = tvShowStore; _radarrClient = radarrClient; _sonarrClient = sonarrClient; }
public AddMovieCommandHandler(IRequestContext context, IRadarrClient client, IAccountRepository accountRepository, IAddedContentRepository addedContentRepository) { _context = context; _client = client; _accountRepository = accountRepository; _addedContentRepository = addedContentRepository; }
public GetMovieQueueQueryHandler(IRadarrClient client) { _client = client; }
public GetMovieCalendarQueryHandler(IRadarrClient client) { _client = client; }