/// <summary> /// Resolves the services. /// </summary> void ResolveServices() { _UserDialogService = DependencyService.Get <IUserDialogService>(); _VersionRetrievalService = DependencyService.Get <IVersionRetrievalService>(); _UberService = DependencyService.Get <IUberService>(); _LyftService = DependencyService.Get <ILyftService>(); _NotificationNavigationService = DependencyService.Get <INotificationNavigationService>(); }
public LoggerService() { _VersionRetrievalService = DependencyService.Get <IVersionRetrievalService>(); }