C# Class Harvest.OrchardDevToolbelt.Controllers.ContactFormAdminController

Inheritance: Controller
Afficher le fichier Open project: sfmskywalker/OrchardDevToolbelt

Méthodes publiques

Méthode Description
ContactFormAdminController ( IContactFormService contactFormService ) : System.Linq
Delete ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Method Details

ContactFormAdminController() public méthode

public ContactFormAdminController ( IContactFormService contactFormService ) : System.Linq
contactFormService IContactFormService
Résultat System.Linq

Delete() public méthode

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult