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

Inheritance: BaseController
Datei anzeigen Open project: NZBDash/NZBDash

Private Properties

Property Type Description

Public Methods

Method 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 method

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

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Movies() public method

public Movies ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult