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

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

공개 메소드들

메소드 설명
Detail ( int id ) : System.Web.Mvc.ActionResult
HomeController ( IShapeFactory shapeFactory, IAuthenticationService authenticationService, IMembershipService membershipService, IEcoMedicineService medicineService, IEcoUserService ecoUserService, IEcoProfileService ecoProfileService, IOrchardServices orchardServices ) : System
Index ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Login ( ) : System.Web.Mvc.ActionResult
POSTLogin ( LoginViewModel login ) : System.Web.Mvc.ActionResult
POSTRegister ( RegisterViewModel register ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult

메소드 상세

Detail() 공개 메소드

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

HomeController() 공개 메소드

public HomeController ( IShapeFactory shapeFactory, IAuthenticationService authenticationService, IMembershipService membershipService, IEcoMedicineService medicineService, IEcoUserService ecoUserService, IEcoProfileService ecoProfileService, IOrchardServices orchardServices ) : System
shapeFactory IShapeFactory
authenticationService IAuthenticationService
membershipService IMembershipService
medicineService IEcoMedicineService
ecoUserService IEcoUserService
ecoProfileService IEcoProfileService
orchardServices IOrchardServices
리턴 System

Index() 공개 메소드

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