示例#1
0
 public bool RemoveReport(Report report)
 {
     return(reportDao.Delete(report));
 }