public KeyConfigurator(RowIndex <TEntity> rowIndex, KeyType keyType) { this.rowIndex = rowIndex; this.keyType = keyType; }
public ContentConfigurator(RowIndex <TEntity> rowIndex) { this.rowIndex = rowIndex; }