Beispiel #1
0
 public RentsubletSelectBuild WhereType(RentsubletTYPE Type1, RentsubletTYPE Type2, RentsubletTYPE Type3, RentsubletTYPE Type4, RentsubletTYPE Type5)
 {
     return(this.WhereType_IN(Type1, Type2, Type3, Type4, Type5));
 }
Beispiel #2
0
 public RentsubletSelectBuild WhereType(RentsubletTYPE Type1, RentsubletTYPE Type2)
 {
     return(this.WhereType_IN(Type1, Type2));
 }