C# 클래스 DISamples.DI.Controllers.ProductController

상속: Controller
파일 보기 프로젝트 열기: dpdonahue/What-Is-Dependency-Injection-

공개 메소드들

메소드 설명
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
ProductController ( ProductRepository repository ) : System

비공개 메소드들

메소드 설명
Edit ( Product product ) : System.Web.Mvc.ActionResult

메소드 상세

Edit() 공개 메소드

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

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

ProductController() 공개 메소드

public ProductController ( ProductRepository repository ) : System
repository ProductRepository
리턴 System