public FileRepository(CrawlerDBContext context) ///: base(context) { context.Configuration.ProxyCreationEnabled = false; }
public GenericRepository(CrawlerDBContext context) { this.context = context; this.dbSet = context.Set <TEntity>(); }