Exemplo n.º 1
0
 public IList <Report> GetReportsForState(string state)
 {
     return(reportDao.FindReportsForState(state));
 }