Created
September 2, 2017 18:25
-
-
Save winnicki/aa4620c856ab49fc0ed0f7e8d867b4a2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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