コード例 #1
0
 public bool UpdateReport(Report report)
 {
     return(reportDao.Update(report) != -1);
 }