コード例 #1
0
ファイル: TestUtil.cs プロジェクト: MariaDAH/WebMoviesDI
 public bool ExistsComment(long commentId)
 {
     return(CommentDao.Exists(commentId));
 }