Esempio n. 1
0
 public BaseRepository(ILibraryContext context)
 {
     this.context = context;
     this.dbSet   = context.DbSet <TEntity>();
 }