C# 클래스 Pharmalto.Ecosystem.Controllers.SupplementsController

상속: BaseController
파일 보기 프로젝트 열기: CloudMetal/Ecosystem-Deployment

공개 메소드들

메소드 설명
Detail ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
SupplementsController ( IAuthenticationService authenticationService, IEcoUserService ecoUserService, IEcoProfileService ecoProfileService ) : System

메소드 상세

Detail() 공개 메소드

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

Index() 공개 메소드

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

SupplementsController() 공개 메소드

public SupplementsController ( IAuthenticationService authenticationService, IEcoUserService ecoUserService, IEcoProfileService ecoProfileService ) : System
authenticationService IAuthenticationService
ecoUserService IEcoUserService
ecoProfileService IEcoProfileService
리턴 System