コード例 #1
0
 public SqlDataReader GetWillCheckCommentReader(bool isAll = false)
 {
     return(dao.GetWillCheckCommentReader(isAll));
 }