C# Class EGSW.Web.Controllers.CommonController

Inheritance: Controller
ファイルを表示 Open project: careerengine/EGSW-Project

Public Methods

Method Description
CityNames ( ) : System.Web.Mvc.ActionResult
CommonController ( ICustomerService customerService, IWorkContext workContext, IAuthenticationService authenticationService, IWorkflowMessageService workflowMessageService ) : System
Index ( int Id ) : System.Web.Mvc.ActionResult
ReferANeighbor ( ) : System.Web.Mvc.ActionResult
SeoSitemapXml ( ) : System.Web.Mvc.ActionResult
Update ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
HeaderLinks ( ) : System.Web.Mvc.ActionResult
ReferANeighbor ( ReferNeighborModel model, bool captchaValid ) : System.Web.Mvc.ActionResult

Method Details

CityNames() public method

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

CommonController() public method

public CommonController ( ICustomerService customerService, IWorkContext workContext, IAuthenticationService authenticationService, IWorkflowMessageService workflowMessageService ) : System
customerService ICustomerService
workContext IWorkContext
authenticationService IAuthenticationService
workflowMessageService IWorkflowMessageService
return System

Index() public method

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

ReferANeighbor() public method

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

SeoSitemapXml() public method

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

Update() public method

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