C# Класс Mhotivo.Controllers.NotificationCommentController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
Delete ( long notificationId, long commentId ) : System.Web.Mvc.ActionResult
Index ( long notificationId ) : System.Web.Mvc.ActionResult
NotificationCommentController ( INotificationRepository notificationRepository, INotificationCommentRepository notificationCommentRepository ) : System

Описание методов

Delete() публичный Метод

public Delete ( long notificationId, long commentId ) : System.Web.Mvc.ActionResult
notificationId long
commentId long
Результат System.Web.Mvc.ActionResult

Index() публичный Метод

public Index ( long notificationId ) : System.Web.Mvc.ActionResult
notificationId long
Результат System.Web.Mvc.ActionResult

NotificationCommentController() публичный Метод

public NotificationCommentController ( INotificationRepository notificationRepository, INotificationCommentRepository notificationCommentRepository ) : System
notificationRepository INotificationRepository
notificationCommentRepository INotificationCommentRepository
Результат System