Esempio n. 1
0
        public PlanetsViewModel(ISWAPIRestClient restClientImpl)
        {
            this.ItemsSource = new ObservableCollection <string>();

            this.restClient = restClientImpl;

            this.Refresh();
        }
        public FilmsViewModel(ISWAPIRestClient restClientImpl)
        {
            this.ItemsSource = new ObservableCollection <string>();

            this.restClient = restClientImpl;
        }