Method | Description | |
---|---|---|
About ( ) : System.Web.Mvc.ActionResult | ||
AutoCompleteSearch ( string query ) : System.Web.Mvc.JsonResult | ||
Contact ( ) : System.Web.Mvc.ActionResult | ||
HomeController ( IProjectService projectService, IIssueService issueService, IIssueRepository issueRepository ) : System | ||
Index ( [ Include = "ProjectId")]DashboardViewModelviewModel ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
RedirectToIndex ( ) : System.Web.Mvc.ActionResult |
public About ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public AutoCompleteSearch ( string query ) : System.Web.Mvc.JsonResult | ||
query | string | |
return | System.Web.Mvc.JsonResult |
public Contact ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public HomeController ( IProjectService projectService, IIssueService issueService, IIssueRepository issueRepository ) : System | ||
projectService | IProjectService | |
issueService | IIssueService | |
issueRepository | IIssueRepository | |
return | System |
public Index ( [ Include = "ProjectId")]DashboardViewModelviewModel ) : System.Web.Mvc.ActionResult | ||
Include | [ | |
return | System.Web.Mvc.ActionResult |