C# 클래스 Karhu.Backend.Controllers.ProductsController

상속: KarhuBaseController
파일 보기 프로젝트 열기: endor/karhu

공개 메소드들

메소드 설명
Index ( int id, int page, int per_page ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Index ( ProductData product ) : System.Web.Mvc.ActionResult
Index ( int id ) : System.Web.Mvc.ActionResult
IndexPut ( ProductData product ) : System.Web.Mvc.ActionResult

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Index() 공개 메소드

public Index ( int id, int page, int per_page ) : System.Web.Mvc.ActionResult
id int
page int
per_page int
리턴 System.Web.Mvc.ActionResult