C# Class Mhotivo.Controllers.NotificationCommentController

Inheritance: Controller
Exibir arquivo Open project: armejiaf/Mhotivo

Public Methods

Method Description
Delete ( long notificationId, long commentId ) : System.Web.Mvc.ActionResult
Index ( long notificationId ) : System.Web.Mvc.ActionResult
NotificationCommentController ( INotificationRepository notificationRepository, INotificationCommentRepository notificationCommentRepository ) : System

Method Details

Delete() public method

public Delete ( long notificationId, long commentId ) : System.Web.Mvc.ActionResult
notificationId long
commentId long
return System.Web.Mvc.ActionResult

Index() public method

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

NotificationCommentController() public method

public NotificationCommentController ( INotificationRepository notificationRepository, INotificationCommentRepository notificationCommentRepository ) : System
notificationRepository INotificationRepository
notificationCommentRepository INotificationCommentRepository
return System