Exemple #1
0
 public Filtro(string lValue, OperadorRel op, string rValue)
 {
     this.lValue = lValue;
     this.op     = op;
     this.rValue = rValue;
 }
Exemple #2
0
 public Filtro(string lValue, OperadorRel op, string rValue)
 {
     this.lValue = lValue;
     this.op = op;
     this.rValue = rValue;
 }