Example #1
0
        public IEnumerable <ReportEntry> GetAll(eReportIntervalType reportIntervalType)
        {
            var repository = new ReportRepository();
            var result     = repository.GetAll(reportIntervalType);

            return(result);
        }
Example #2
0
 public IEnumerable <ReportEntry> GetAll(eReportIntervalType reportIntervalType)
 {
     return(null);
 }