Exemplo n.º 1
0
 public bool RemoveReport(Report report)
 {
     return(reportDao.Delete(report));
 }