Пример #1
0
 public Order_productitemSelectBuild WhereState(Order_productitemSTATE State1, Order_productitemSTATE State2, Order_productitemSTATE State3, Order_productitemSTATE State4, Order_productitemSTATE State5)
 {
     return(this.WhereState_IN(State1, State2, State3, State4, State5));
 }
Пример #2
0
 public Order_productitemSelectBuild WhereState(Order_productitemSTATE State1)
 {
     return(this.WhereState_IN(State1));
 }