C# Class SceneAndHeard.Areas.FeedbackAdmin.Controllers.AdminFeedbackController

Inheritance: Controller
Afficher le fichier Open project: GiveCampUK/SceneAndHeard

Méthodes publiques

Méthode Description
AdminFeedbackController ( ) : System
Index ( ) : System.Web.Mvc.ActionResult
ReviewFeedback ( System.Int64 id ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
ReviewFeedback ( List feedbacks ) : System.Web.Mvc.ActionResult

Method Details

AdminFeedbackController() public méthode

public AdminFeedbackController ( ) : System
Résultat System

Index() public méthode

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

ReviewFeedback() public méthode

public ReviewFeedback ( System.Int64 id ) : System.Web.Mvc.ActionResult
id System.Int64
Résultat System.Web.Mvc.ActionResult