C# 클래스 WithAutomapper.Controllers.CustomerController

상속: Controller
파일 보기 프로젝트 열기: jeffreypalermo/mvc2inaction 1 사용 예제들

공개 메소드들

메소드 설명
CustomerController ( ) : System.Collections.Generic
CustomerController ( ICustomerRepository repository ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Edit ( int id ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult
Show ( int id ) : System.Web.Mvc.ViewResult

메소드 상세

CustomerController() 공개 메소드

public CustomerController ( ) : System.Collections.Generic
리턴 System.Collections.Generic

CustomerController() 공개 메소드

public CustomerController ( ICustomerRepository repository ) : System.Collections.Generic
repository ICustomerRepository
리턴 System.Collections.Generic