Esempio n. 1
0
 public ShopSelectBuild WhereState(ShopSTATE State1, ShopSTATE State2, ShopSTATE State3, ShopSTATE State4, ShopSTATE State5)
 {
     return(this.WhereState_IN(State1, State2, State3, State4, State5));
 }
Esempio n. 2
0
 public ShopSelectBuild WhereState(ShopSTATE State1)
 {
     return(this.WhereState_IN(State1));
 }