Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save boydaihungst/05c2b93874e3f71f531eeba7793585f7 to your computer and use it in GitHub Desktop.
Save boydaihungst/05c2b93874e3f71f531eeba7793585f7 to your computer and use it in GitHub Desktop.
var randomUser = unitOfWork.User.GetAll().Where(x => x.Email == "abc").FirstOrDefault();
randomUser.EmailFe = "";
unitOfWork.SaveChanges();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment