コード例 #1
0
 private TestCountryBuilder()
 {
     _testCountry = new TestCountry();
 }
コード例 #2
0
 public TestAddressBuilder AddCountry(TestCountry testCountry)
 {
     _testAddress.Country = testCountry;
     return(this);
 }