C# Class NZBDash.UI.Controllers.Application.CouchPotatoController

Inheritance: BaseController
Afficher le fichier Open project: NZBDash/NZBDash

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CouchPotatoController ( ISettingsService settingsService, IThirdPartyService api, ILogger logger, ICacheProvider cache ) : System.Linq
Index ( ) : System.Web.Mvc.ActionResult
Movies ( ) : System.Web.Mvc.ActionResult

Method Details

CouchPotatoController() public méthode

public CouchPotatoController ( ISettingsService settingsService, IThirdPartyService api, ILogger logger, ICacheProvider cache ) : System.Linq
settingsService ISettingsService
api IThirdPartyService
logger ILogger
cache ICacheProvider
Résultat System.Linq

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Movies() public méthode

public Movies ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult