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