C# Class BLL.CommentService

Show file Open project: GHY-ORG/Firewood Class Usage Examples

Public Methods

Method Description
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

Method Details

AddComment() public method

public AddComment ( Comment comment ) : bool
comment Comment
return bool

ReplyCommentByOrg() public method

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

ReplyCommentByUser() public method

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

selectComment() public method

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