示例#1
0
 protected virtual ISelectAll VisitSelectAll(ISelectAll node)
 {
     return node;
 }
示例#2
0
 protected virtual ISelectAll VisitSelectAll(ISelectAll node)
 {
     return(node);
 }
示例#3
0
 public TipoVenta(ISelectAll _select)
 {
     this._select = _select;
 }