Example #1
0
 public bool AddReport(Report report)
 {
     return(dal.AddReport(report));
 }