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

Inheritance: Controller
Exibir arquivo Open project: GiveCampUK/SceneAndHeard

Public Methods

Method Description
FeedbackController ( ) : System
Index ( ) : System.Web.Mvc.ActionResult
ReviewFeedback ( System.Int64 id ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
ReviewFeedback ( List feedbacks ) : System.Web.Mvc.ActionResult

Method Details

FeedbackController() public method

public FeedbackController ( ) : System
return System

Index() public method

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

ReviewFeedback() public method

public ReviewFeedback ( System.Int64 id ) : System.Web.Mvc.ActionResult
id System.Int64
return System.Web.Mvc.ActionResult