Skip to content

Instantly share code, notes, and snippets.

@fractos
Created March 23, 2015 00:06
blog 18
User changedUser = originalUser.Mutate(b =>
{
b.Password = "1234";
b.Metadata.Data.Add("newsletter", "true");
return b;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment