C# Class BLL.CommentService

Afficher le fichier Open project: GHY-ORG/Firewood Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddComment ( Comment comment ) : bool
comment Comment
Résultat bool

ReplyCommentByOrg() public méthode

public ReplyCommentByOrg ( System.Guid ComID, Comment comment ) : bool
ComID System.Guid
comment Comment
Résultat bool

ReplyCommentByUser() public méthode

public ReplyCommentByUser ( System.Guid ComID, Comment comment ) : bool
ComID System.Guid
comment Comment
Résultat bool

selectComment() public méthode

public selectComment ( System.Guid ActID, int num ) : List
ActID System.Guid
num int
Résultat List