C# Class PlexRipper.WebAPI.Controllers.PlexMediaController

Inheritance: PlexRipper.WebAPI.Controllers.BaseController
显示文件 Open project: PlexRipper/PlexRipper

Public Methods

Method Description
PlexMediaController ( IPlexTvShowService plexTvShowService, IMapper mapper, INotificationsService notificationsService ) : System

Private Methods

Method Description
GetTvShow ( int id ) : Task

Method Details

PlexMediaController() public method

public PlexMediaController ( IPlexTvShowService plexTvShowService, IMapper mapper, INotificationsService notificationsService ) : System
plexTvShowService IPlexTvShowService
mapper IMapper
notificationsService INotificationsService
return System