Created
August 18, 2012 16:02
-
-
Save bsommardahl/3387995 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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