C# 클래스 DotNetClub.Web.Controllers.CommentController

상속: DotNetClub.Web.Controllers.Base.ControllerBase
파일 보기 프로젝트 열기: scheshan/DotNetClub

Private Properties

프로퍼티 타입 설명
Add Task
GenerateCommentLink string

공개 메소드들

메소드 설명
CommentController ( CommentService commentService ) : DotNetClub.Core

비공개 메소드들

메소드 설명
Add ( AddCommentModel model ) : Task
GenerateCommentLink ( long topicID, long commentID ) : string

메소드 상세

CommentController() 공개 메소드

public CommentController ( CommentService commentService ) : DotNetClub.Core
commentService DotNetClub.Core.Service.CommentService
리턴 DotNetClub.Core