Ejemplo n.º 1
0
 private static void GiveAddressWithPostcode(ICustomerVM customer, string postcode)
 {
     customer.Address.AddressBody = GenString();
     customer.Address.HouseNumber = GenString();
     customer.Address.Postcode = postcode;
 }
Ejemplo n.º 2
0
		public void Load(ICustomerVM customer) {
			throw new NotImplementedException();
		}