Example #1
0
 public bool RemoveReport(int id)
 {
     return(dal.RemoveReport(id));
 }