Guest User

Untitled

a guest
May 17th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1.     public abstract class BaseRepo<T> : IDisposable where T : class, new()
  2.     {
  3.         public void Dispose()
  4.         {
  5.         }
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment