C# Class Kooboo.Commerce.Web.Areas.Commerce.Controllers.CustomerController

Inheritance: Kooboo.Commerce.Web.Framework.Mvc.CommerceController
Show file Open project: Kooboo/Ecommerce

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
CustomerController ( CustomerService customerService, CountryService countryService, OrderService orderService ) : System
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Delete ( CustomerModel model ) : System.Web.Mvc.ActionResult
Get ( int id = null ) : System.Web.Mvc.ActionResult
GetCountries ( ) : System.Web.Mvc.ActionResult
Save ( CustomerEditorModel model ) : void
UpdateAddress ( Address address, AddressModel model ) : void

Method Details

Create() public method

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

CustomerController() public method

public CustomerController ( CustomerService customerService, CountryService countryService, OrderService orderService ) : System
customerService Kooboo.Commerce.Customers.CustomerService
countryService Kooboo.Commerce.Countries.CountryService
orderService Kooboo.Commerce.Orders.OrderService
return System

Edit() public method

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Index() public method

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