コード例 #1
0
 public AddressTestBuilder WithPostalCode(string postalCode)
 {
     _addressBuilder.WithPostalCode(postalCode);
     return(this);
 }