C# 클래스 BLL.CommentService

파일 보기 프로젝트 열기: GHY-ORG/Firewood 1 사용 예제들

공개 메소드들

메소드 설명
AddComment ( Comment comment ) : bool
ReplyCommentByOrg ( System.Guid ComID, Comment comment ) : bool
ReplyCommentByUser ( System.Guid ComID, Comment comment ) : bool
selectComment ( System.Guid ActID, int num ) : List

메소드 상세

AddComment() 공개 메소드

public AddComment ( Comment comment ) : bool
comment Comment
리턴 bool

ReplyCommentByOrg() 공개 메소드

public ReplyCommentByOrg ( System.Guid ComID, Comment comment ) : bool
ComID System.Guid
comment Comment
리턴 bool

ReplyCommentByUser() 공개 메소드

public ReplyCommentByUser ( System.Guid ComID, Comment comment ) : bool
ComID System.Guid
comment Comment
리턴 bool

selectComment() 공개 메소드

public selectComment ( System.Guid ActID, int num ) : List
ActID System.Guid
num int
리턴 List