C# 클래스 Mhotivo.Controllers.NotificationCommentController

상속: Controller
파일 보기 프로젝트 열기: armejiaf/Mhotivo

공개 메소드들

메소드 설명
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