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

Inheritance: Controller
Afficher le fichier Open project: sharparchitecture/Sharp-Architecture-Cookbook

Méthodes publiques

Méthode Description
CustomerController ( ICommandProcessor commandProcessor, int>.INHibernateRepositoryWithTypedId customerAddressRepository ) : System

Private Methods

Méthode 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 méthode

public CustomerController ( ICommandProcessor commandProcessor, int>.INHibernateRepositoryWithTypedId customerAddressRepository ) : System
commandProcessor ICommandProcessor
customerAddressRepository int>.INHibernateRepositoryWithTypedId
Résultat System