コード例 #1
0
 public Comment GetCommentById(Guid commentID)
 {
     return(dao.GetCommentById(commentID));
 }