public MapPageViewModel(ILocationSharingService locationSharingService, IEventAggregator ea) { LocationSharingService = locationSharingService; EventAggregator = ea; Init(); }
public MapViewModel(INavigationService navigationService, ILocationService locationService, ILocationSharingService locationSharingService) : base(navigationService) { LocationService = locationService; LocationSharingService = locationSharingService; }