AddComment() public method

public AddComment ( Comment comment ) : bool
comment Comment
return bool
Esempio n. 1
0
 public static void AddComment(Questions qs)
 {
     CommentService.AddComment(qs);
 }