Beispiel #1
0
 public virtual IEnumerable <TEntity> Get(Expression <Func <TEntity, bool> > filter = null,
                                          Func <IQueryable <TEntity>, IOrderedQueryable <TEntity> > orderBy = null,
                                          string includeProperties = "")
 {
     return(genericRequest.Get(filter = null,
                               orderBy = null,
                               includeProperties = ""));
 }
Beispiel #2
0
 // Implementation
 public virtual IEnumerable <TEntity> Get()
 {
     return(genericRequest.Get());
 }