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