Exemplo n.º 1
0
 public IList <Report> GetReportsForDistrict(string district)
 {
     return(reportDao.FindReportsForDistrict(district));
 }