메소드 | 설명 | |
---|---|---|
CustomerController ( ) : System.Collections.Generic | ||
CustomerController ( ICustomerRepository repository, ICustomerInfoMapper mapper ) : System.Collections.Generic | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
Show ( int id ) : System.Web.Mvc.ViewResult |
public CustomerController ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public CustomerController ( ICustomerRepository repository, ICustomerInfoMapper mapper ) : System.Collections.Generic | ||
repository | ICustomerRepository | |
mapper | ICustomerInfoMapper | |
리턴 | System.Collections.Generic |
public Show ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
리턴 | System.Web.Mvc.ViewResult |