C# Class Jackett2.Controllers.IRCProfileController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Show file Open project: Jackett/Jackett2

Public Methods

Method Description
IRCProfileController ( IIRCProfileService p ) : Jackett.Irc.Models

Private Methods

Method Description
Delete ( string id ) : IActionResult
Get ( string id ) : IActionResult
Index ( ) : List
Put ( [ profile ) : IActionResult

Method Details

IRCProfileController() public method

public IRCProfileController ( IIRCProfileService p ) : Jackett.Irc.Models
p IIRCProfileService
return Jackett.Irc.Models