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