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