Beispiel #1
0
 public void reportdel(string id)
 {
     Model.Report report = new Model.Report();
     report.newsid = id;
     BLL.ReportBLL reportBLL = new BLL.ReportBLL();
     reportBLL.DelReport(report);
 }