Ejemplo n.º 1
0
 public GridColumn <TEntity> Show(Expression <Func <TEntity, object> > expression)
 {
     return(_definition.Show(expression));
 }