Ejemplo n.º 1
0
        public LocationViewModel(Services.ILocationService locationService)
        {
            _locationService = locationService;

            StatusMessage = locationService.StatusMessage;
            Latitude = locationService.Latitude;
            Longitude = locationService.Longitude;
        }
Ejemplo n.º 2
0
        public LocationViewModel(Services.ILocationService locationService)
        {
            _locationService = locationService;

            StatusMessage = locationService.StatusMessage;
            Latitude      = locationService.Latitude;
            Longitude     = locationService.Longitude;
        }