C# Class NHValModelValidators.Controllers.CustomerController

Inheritance: Controller
Mostrar archivo Open project: srkirkland/NHValModelValidators

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
CreateWithClientVal ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Create ( Customer customer ) : System.Web.Mvc.ActionResult
CreateWithClientVal ( Customer customer ) : System.Web.Mvc.ActionResult

Method Details

Create() public method

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

CreateWithClientVal() public method

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

Index() public method

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