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

Inheritance: Controller
Show file Open project: sethwebster/TweetHarbor

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
OutboundNotifications ( ) : System.Web.Mvc.ActionResult
ProjectNotifications ( ) : System.Web.Mvc.ActionResult
ProjectsController ( ITweetHarborDbContext database ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Index() public method

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

OutboundNotifications() public method

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

ProjectNotifications() public method

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

ProjectsController() public method

public ProjectsController ( ITweetHarborDbContext database ) : System
database ITweetHarborDbContext
return System