Exemple #1
0
 public IKayakBuilder WithType(KayakType type)
 {
     _type = type;
     return(this);
 }