Method | Description | |
---|---|---|
AgentList ( int page ) : System.Web.Mvc.ActionResult | ||
CreateCustomer ( ) : System.Web.Mvc.ActionResult | ||
CustomerController ( ICustomerService customerService, IWorkContext workContext, IOrderService orderService ) : System | ||
EditCustomer ( int Id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
List ( string FirstName, string LastName, string CustomerEmail, string ZipCode, int customerId, int page ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
PrepareAverageRatingForUser ( |
Method | Description | |
---|---|---|
ChangePassword ( |
||
CreateCustomer ( |
||
EditCustomer ( |
||
PrepareCustomerModel ( |
public AgentList ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
return | System.Web.Mvc.ActionResult |
public CreateCustomer ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public CustomerController ( ICustomerService customerService, IWorkContext workContext, IOrderService orderService ) : System | ||
customerService | ICustomerService | |
workContext | IWorkContext | |
orderService | IOrderService | |
return | System |
public EditCustomer ( int Id ) : System.Web.Mvc.ActionResult | ||
Id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public List ( string FirstName, string LastName, string CustomerEmail, string ZipCode, int customerId, int page ) : System.Web.Mvc.ActionResult | ||
FirstName | string | |
LastName | string | |
CustomerEmail | string | |
ZipCode | string | |
customerId | int | |
page | int | |
return | System.Web.Mvc.ActionResult |
protected PrepareAverageRatingForUser ( |
||
model | ||
role | string | |
return | void |