Format:
Recent snippets matching tags of Repository interface
public interface IRepository<TEntity> where TEntity : EntityObject { TEntity GetById(int id); IQueryable<TEntity> GetAll(); IQueryable<TEntity> Query(); IRepository<TEntity> With(Expression<Func<TEntity, object>> path); IRepository<TEntity> With<T>(Expression<Func<T, object>> path); }
629 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
