Ejemplo n.º 1
0
 public GridDefinition <TEntity> .OtherEntityLinkExpression <TOther> ShowViewLinkForOther <TOther>(
     Expression <Func <TEntity, TOther> > entityProperty) where TOther : DomainEntity
 {
     return(_definition.ShowViewLinkForOther(entityProperty));
 }