private TestCountryBuilder()
 {
     _testCountry = new TestCountry();
 }
Exemple #2
0
 public TestAddressBuilder AddCountry(TestCountry testCountry)
 {
     _testAddress.Country = testCountry;
     return(this);
 }