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