Exemple #1
0
 public IQueryable <trueorfalse> Get1(int id)
 {
     return(repository.Get1(id).AsQueryable());
 }