Ejemplo n.º 1
0
 IList <T> IReportsQuery.GetReportsToRun <T>(DateTime startDate, DateTime endDate)
 {
     return(_repository.GetReportsToRun <T>(startDate, endDate));
 }