Example #1
0
 public IList <Report> GetAllReports()
 {
     return(reportDao.ReadAll().ToList());
 }