예제 #1
0
 public Boot(IHostApplicationLifetime appLifetime, IUserSettings userSettings, IFileSystem fileSystem, IFileMerger fileMerger, IDownloadManager downloadManager,
             PlexRipperDbContext dbContext)
 {
     _appLifetime     = appLifetime;
     _userSettings    = userSettings;
     _fileSystem      = fileSystem;
     _fileMerger      = fileMerger;
     _downloadManager = downloadManager;
     _dbContext       = dbContext;
 }
예제 #2
0
 public GetPlexServerByPlexTvShowEpisodeIdQueryHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
예제 #3
0
 public GetAllPlexServersByPlexAccountIdQueryHandler(PlexRipperDbContext dbContext, IMapper mapper) : base(dbContext)
 {
     _mapper = mapper;
 }
예제 #4
0
 public GetAccountByIdQueryHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public GetAllPlexServersQueryHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public AddFileTaskFromDownloadTaskCommandHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
예제 #7
0
 public DeletePlexAccountHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public UpdateDownloadStatusOfDownloadTaskCommandHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
예제 #9
0
 public UpdateDownloadWorkerTasksCommandHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public CreateUpdateOrDeletePlexTvShowsCommandHandler(PlexRipperDbContext dbContext)
 {
     _dbContext = dbContext;
 }
 public UpdatePlexServersCommandHandlerHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
예제 #12
0
 public CreateUpdateOrDeletePlexMoviesHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public TrimPlexServerStatusCommandHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public UpdateDownloadTaskByIdCommandHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
예제 #15
0
 public DeleteMediaFromPlexLibraryCommandHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
예제 #16
0
 public GetPlexMovieByIdQueryHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public GetAllDownloadTasksQueryHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public GetDownloadTasksByPlexServerIdQueryHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
예제 #19
0
 public GetNotificationsHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
예제 #20
0
 public GetPlexLibraryByIdWithServerQueryHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public GetThumbUrlByPlexMediaIdQueryHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
예제 #22
0
 public HideNotificationHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public DeleteDownloadTaskByIDHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public UpdateFolderPathCommandHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public GetPlexTvShowSeasonByIdWithEpisodesQueryHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public GetPlexLibraryByIdWithMediaHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public DeleteDownloadWorkerTasksByDownloadTaskIdCommandHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
 public CreateDownloadTasksCommandHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
예제 #29
0
 public GetDownloadTaskByIdQueryHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }
예제 #30
0
 public GetPlexServerByPlexLibraryIdQueryHandler(PlexRipperDbContext dbContext) : base(dbContext)
 {
 }