Exemple #1
0
 public KeyConfigurator(RowIndex <TEntity> rowIndex, KeyType keyType)
 {
     this.rowIndex = rowIndex;
     this.keyType  = keyType;
 }
Exemple #2
0
 public ContentConfigurator(RowIndex <TEntity> rowIndex)
 {
     this.rowIndex = rowIndex;
 }