Format:
Recent snippets matching tags of Fake
public interface IKeyedRepository<TKey, TEntity> : IRepository<TEntity> where TEntity : class, IKeyed<TKey> { TEntity FindBy(TKey id); } public interface IRepository<TEntity> : IReadOnlyRepository<TEntity> where TEntity:class { bool Add(TEntity entity); bool Add(IEnumerable<TEntity> items);
361 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
