C# Class Mhotivo.Controllers.NotificationCommentController

Inheritance: Controller
Afficher le fichier Open project: armejiaf/Mhotivo

Méthodes publiques

Méthode 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 méthode

public Delete ( long notificationId, long commentId ) : System.Web.Mvc.ActionResult
notificationId long
commentId long
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( long notificationId ) : System.Web.Mvc.ActionResult
notificationId long
Résultat System.Web.Mvc.ActionResult

NotificationCommentController() public méthode

public NotificationCommentController ( INotificationRepository notificationRepository, INotificationCommentRepository notificationCommentRepository ) : System
notificationRepository INotificationRepository
notificationCommentRepository INotificationCommentRepository
Résultat System