예제 #1
0
 public IQueryable <completion> Get2(int id)
 {
     return(repository.Get2(id).AsQueryable());
 }