Метод | Описание | |
---|---|---|
Delete ( long notificationId, long commentId ) : System.Web.Mvc.ActionResult | ||
Index ( long notificationId ) : System.Web.Mvc.ActionResult | ||
NotificationCommentController ( INotificationRepository notificationRepository, INotificationCommentRepository notificationCommentRepository ) : System |
public Delete ( long notificationId, long commentId ) : System.Web.Mvc.ActionResult | ||
notificationId | long | |
commentId | long | |
Результат | System.Web.Mvc.ActionResult |
public Index ( long notificationId ) : System.Web.Mvc.ActionResult | ||
notificationId | long | |
Результат | System.Web.Mvc.ActionResult |
public NotificationCommentController ( INotificationRepository notificationRepository, INotificationCommentRepository notificationCommentRepository ) : System | ||
notificationRepository | INotificationRepository | |
notificationCommentRepository | INotificationCommentRepository | |
Результат | System |