C# Class IS.Mvc.Controllers.CommentController

Контролер для работы с данными по комментариям.
Inheritance: Controller
Datei anzeigen Open project: dha01/IS

Public Methods

Method Description
CommentController ( ) : System

Private Methods

Method Description
Delete ( int comment_id ) : System.Web.Mvc.JsonResult
SendMessage ( CommentItem comment ) : System.Web.Mvc.JsonResult

Method Details

CommentController() public method

public CommentController ( ) : System
return System