C# 클래스 SharpArchCookbook.Web.Mvc.Controllers.CustomerController

상속: Controller
파일 보기 프로젝트 열기: sharparchitecture/Sharp-Architecture-Cookbook

공개 메소드들

메소드 설명
CustomerController ( ICommandProcessor commandProcessor, int>.INHibernateRepositoryWithTypedId customerAddressRepository ) : System

비공개 메소드들

메소드 설명
ChangeAddress ( Domain.Address address ) : System.Web.Mvc.ActionResult
ChangeAddress ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

메소드 상세

CustomerController() 공개 메소드

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