Example #1
0
 public BaseBuilder <TToBoItemModel> WithTag2(TagModel tag2)
 {
     this.Tag2 = tag2;
     return(this);
 }
Example #2
0
 public BaseBuilder <TToBoItemModel> WithTag3(TagModel tag3)
 {
     this.Tag3 = tag3;
     return(this);
 }
Example #3
0
 public BaseBuilder <TToBoItemModel> WithTag1(TagModel tag1)
 {
     this.Tag1 = tag1;
     return(this);
 }