public TableIsolationCommandInterceptor(ITableIsolationResolver resolver)
 {
     this._resolver = resolver;
 }
示例#2
0
 public KBDataContext(IConfiguration configuration, ITableIsolationResolver resolver)
 {
     this._connectString = configuration.GetConnectionString("DefaultConnection");
     this._resolver      = resolver;
 }