C# Class TweetHarbor.Areas.Admin.Controllers.ProjectsController

Inheritance: Controller
Afficher le fichier Open project: sethwebster/TweetHarbor

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult
OutboundNotifications ( ) : System.Web.Mvc.ActionResult
ProjectNotifications ( ) : System.Web.Mvc.ActionResult
ProjectsController ( ITweetHarborDbContext database ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Index() public méthode

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

OutboundNotifications() public méthode

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

ProjectNotifications() public méthode

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

ProjectsController() public méthode

public ProjectsController ( ITweetHarborDbContext database ) : System
database ITweetHarborDbContext
Résultat System