示例#1
0
 public int DeleteReportById(string id)
 {
     return(_runReportDao.DeleteReportById(id));
 }