Guest User

Untitled

a guest
Feb 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public virtual IEnumerable<TEntity> Get(
  2. Expression<Func<TEntity, bool>> filter = null,
  3. Func<IQueryable<TEntity>, IOrderedQueryable<TEntity>> orderBy = null,
  4. string includeProperties = "")
Add Comment
Please, Sign In to add comment