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

Inheritance: Controller
Exibir arquivo Open project: GiveCampUK/SceneAndHeard

Public Methods

Method Description
AdminFeedbackController ( ) : 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

AdminFeedbackController() public method

public AdminFeedbackController ( ) : 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