C# Class Harvest.OrchardDevToolbelt.Controllers.AdminController

Inheritance: Controller
Mostra file Open project: sfmskywalker/OrchardDevToolbelt

Public Methods

Method Description
AdminController ( IContactFormService contactFormService ) : System.Linq
Delete ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Method Details

AdminController() public method

public AdminController ( IContactFormService contactFormService ) : System.Linq
contactFormService IContactFormService
return System.Linq

Delete() public method

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

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult