Skip to content

Instantly share code, notes, and snippets.

@winnicki
Created September 2, 2017 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save winnicki/aa4620c856ab49fc0ed0f7e8d867b4a2 to your computer and use it in GitHub Desktop.
Save winnicki/aa4620c856ab49fc0ed0f7e8d867b4a2 to your computer and use it in GitHub Desktop.
CurrentLocationJObject[nameof(Models.Location.Name)] = CurrentLocation.Name;
CurrentLocationJObject[nameof(Models.Location.Address)] = CurrentLocation.Address;
await _locationManager.SaveLocation(CurrentLocationJObject, CurrentLocation.Id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment