C# Class IsThereAnyNews.Mvc.Controllers.StreamController

Inheritance: BaseController
Afficher le fichier Open project: jstadnicki/isthereanynews

Méthodes publiques

Méthode Description
StreamController ( IUserAuthentication authentication, ILoginService loginService, ISessionProvider sessionProvider, IRssSubscriptionService rssSubscriptionService ) : System.Net

Private Methods

Méthode Description
MarkClickedWithEvent ( MarkClickedDto dto ) : System.Web.Mvc.ActionResult
MarkReadWithEvent ( MarkReadDto dto ) : System.Web.Mvc.ActionResult
ReadAjax ( StreamType streamType, long id, ShowReadEntries showReadEntries = ShowReadEntries.Hide ) : System.Web.Mvc.ActionResult

Method Details

StreamController() public méthode

public StreamController ( IUserAuthentication authentication, ILoginService loginService, ISessionProvider sessionProvider, IRssSubscriptionService rssSubscriptionService ) : System.Net
authentication IUserAuthentication
loginService ILoginService
sessionProvider ISessionProvider
rssSubscriptionService IRssSubscriptionService
Résultat System.Net