C# Class IsThereAnyNews.Mvc.Controllers.RssItemActionController

Inheritance: Controller
Mostrar archivo Open project: jstadnicki/isthereanynews

Public Methods

Method Description
RssItemActionController ( IRssItemActionService rssItemActionService ) : System.Net

Private Methods

Method Description
AddComment ( RssActionModel model ) : System.Web.Mvc.ActionResult
AddToReadLater ( RssActionModel model ) : System.Web.Mvc.ActionResult
MarkNotRead ( RssActionModel model ) : System.Web.Mvc.ActionResult
Share ( RssActionModel model ) : System.Web.Mvc.ActionResult
VoteDown ( RssActionModel model ) : System.Web.Mvc.ActionResult
Voteup ( RssActionModel model ) : System.Web.Mvc.ActionResult

Method Details

RssItemActionController() public method

public RssItemActionController ( IRssItemActionService rssItemActionService ) : System.Net
rssItemActionService IRssItemActionService
return System.Net