C# 클래스 BB.UI.Web.MVC.Controllers.CommentController

상속: Controller
파일 보기 프로젝트 열기: BeatBuddy/beatbuddy_webapp 1 사용 예제들

공개 메소드들

메소드 설명
CommentController ( IPlaylistManager playlistManager ) : System.Linq
GetComments ( long id ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Create ( Comment comment, long id ) : System.Web.Mvc.ActionResult

메소드 상세

CommentController() 공개 메소드

public CommentController ( IPlaylistManager playlistManager ) : System.Linq
playlistManager IPlaylistManager
리턴 System.Linq

GetComments() 공개 메소드

public GetComments ( long id ) : System.Web.Mvc.ActionResult
id long
리턴 System.Web.Mvc.ActionResult