예제 #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>();
 }