Пример #1
0
 public FileLinkRepository(FestispecContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <FileLink>();
 }
Пример #2
0
 public GenericRepository(FestispecContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }