Exemplo n.º 1
0
 public Product_commentSelectBuild WhereState(Product_commentSTATE State1, Product_commentSTATE State2, Product_commentSTATE State3, Product_commentSTATE State4, Product_commentSTATE State5)
 {
     return(this.WhereState_IN(State1, State2, State3, State4, State5));
 }
Exemplo n.º 2
0
 public Product_commentSelectBuild WhereState(Product_commentSTATE State1)
 {
     return(this.WhereState_IN(State1));
 }