Beispiel #1
0
 public IQueryable <RunHistoryDetail> GetData()
 {
     return(_dbRepository.GetData().AsQueryable());
 }