Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.09 KB | None | 0 0
  1. public abstract class Repository<TEntity> : IRepository<TEntity> where TEntity : IEntity
  2.     {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement