C# Class Server.Controllers.CommentController

Inheritance: Controller
Mostra file Open project: GDGMendoza/devfest_mendoza_-_material_de_apoyo_conferencia_solidaria

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
create ( string CommentText, int PostID ) : System.Web.Mvc.JsonResult
delete ( int CommentID ) : System.Web.Mvc.JsonResult
update ( int CommentID, string CommentText ) : System.Web.Mvc.JsonResult

Method Details

Index() public method

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