C# 클래스 ViewModel.Controllers.CustomerController

상속: Controller
파일 보기 프로젝트 열기: jeffreypalermo/mvc2inaction

공개 메소드들

메소드 설명
CustomerController ( ) : System.Collections.Generic
CustomerController ( ICustomerRepository repository, ICustomerInfoMapper mapper ) : System.Collections.Generic
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, ICustomerInfoMapper mapper ) : System.Collections.Generic
repository ICustomerRepository
mapper ICustomerInfoMapper
리턴 System.Collections.Generic

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

Show() 공개 메소드

public Show ( int id ) : System.Web.Mvc.ViewResult
id int
리턴 System.Web.Mvc.ViewResult