Ejemplo n.º 1
0
 public OtherEntityLinkExpression(GridDefinition <T> grid, Expression <Func <T, TOther> > entityProperty)
 {
     _grid           = grid;
     _entityProperty = entityProperty;
 }