C# 클래스 Cats.Areas.Hub.Controllers.ContactController

상속: Cats.Web.Hub.BaseController
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
ContactController ( IContactService contactService, IFDPService fdpService, IUserProfileService userProfileService ) : System
Create ( int fdpId ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( int fdpId ) : System.Web.Mvc.ViewResult

비공개 메소드들

메소드 설명
Create ( Contact contact ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( Contact contact ) : System.Web.Mvc.ActionResult

메소드 상세

ContactController() 공개 메소드

public ContactController ( IContactService contactService, IFDPService fdpService, IUserProfileService userProfileService ) : System
contactService IContactService
fdpService IFDPService
userProfileService IUserProfileService
리턴 System

Create() 공개 메소드

public Create ( int fdpId ) : System.Web.Mvc.ActionResult
fdpId int
리턴 System.Web.Mvc.ActionResult

Delete() 공개 메소드

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

Details() 공개 메소드

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
리턴 System.Web.Mvc.ViewResult

Edit() 공개 메소드

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

Index() 공개 메소드

public Index ( int fdpId ) : System.Web.Mvc.ViewResult
fdpId int
리턴 System.Web.Mvc.ViewResult