public FileLinkRepository(FestispecContext context) { this.context = context; this.dbSet = context.Set <FileLink>(); }
public GenericRepository(FestispecContext context) { this.context = context; this.dbSet = context.Set <TEntity>(); }