C# Class WhoCanHelpMe.Web.Controllers.Search.SearchController

Inheritance: BaseController
Datei anzeigen Open project: jongeorge1/Who-Can-Help-Me

Public Methods

Method Description
ByTag ( string tagName ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
SearchController ( ISearchTasks searchTasks, ITagTasks tagTasks, IMapper searchPageViewModelMapper, IMapper searchResultsPageViewModelMapper ) : System.Collections.Generic

Method Details

ByTag() public method

public ByTag ( string tagName ) : System.Web.Mvc.ActionResult
tagName string
return System.Web.Mvc.ActionResult

Index() public method

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

SearchController() public method

public SearchController ( ISearchTasks searchTasks, ITagTasks tagTasks, IMapper searchPageViewModelMapper, IMapper searchResultsPageViewModelMapper ) : System.Collections.Generic
searchTasks ISearchTasks
tagTasks ITagTasks
searchPageViewModelMapper IMapper
searchResultsPageViewModelMapper IMapper
return System.Collections.Generic