Method | Description | |
---|---|---|
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 | |
return | System.Web.Mvc.ActionResult |
public Index ( long notificationId ) : System.Web.Mvc.ActionResult | ||
notificationId | long | |
return | System.Web.Mvc.ActionResult |
public NotificationCommentController ( INotificationRepository notificationRepository, INotificationCommentRepository notificationCommentRepository ) : System | ||
notificationRepository | INotificationRepository | |
notificationCommentRepository | INotificationCommentRepository | |
return | System |