Skip to content

Instantly share code, notes, and snippets.

@bsommardahl
Created August 18, 2012 16:02
Show Gist options
  • Save bsommardahl/3387995 to your computer and use it in GitHub Desktop.
Save bsommardahl/3387995 to your computer and use it in GitHub Desktop.
var customer = _repository.Get<Customer>(6543);
customer.CustomerAddress.Name = "some new name";
//event processed to update this CustomerAddress instance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment