Esempio n. 1
0
 public IQueryable <reading> Get5(int id)
 {
     return(repository.Get5(id).AsQueryable());
 }