C# 클래스 Harvest.OrchardDevToolbelt.Controllers.ContactFormAdminController

상속: Controller
파일 보기 프로젝트 열기: sfmskywalker/OrchardDevToolbelt

공개 메소드들

메소드 설명
ContactFormAdminController ( IContactFormService contactFormService ) : System.Linq
Delete ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

메소드 상세

ContactFormAdminController() 공개 메소드

public ContactFormAdminController ( IContactFormService contactFormService ) : System.Linq
contactFormService IContactFormService
리턴 System.Linq

Delete() 공개 메소드

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

Index() 공개 메소드

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