C# Class SharpArchCookbook.Web.Mvc.Controllers.CustomerController

Inheritance: Controller
Mostrar archivo Open project: sharparchitecture/Sharp-Architecture-Cookbook

Public Methods

Method Description
CustomerController ( ICommandProcessor commandProcessor, int>.INHibernateRepositoryWithTypedId customerAddressRepository ) : System

Private Methods

Method Description
ChangeAddress ( Domain.Address address ) : System.Web.Mvc.ActionResult
ChangeAddress ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Method Details

CustomerController() public method

public CustomerController ( ICommandProcessor commandProcessor, int>.INHibernateRepositoryWithTypedId customerAddressRepository ) : System
commandProcessor ICommandProcessor
customerAddressRepository int>.INHibernateRepositoryWithTypedId
return System