Beispiel #1
0
 public void NavigateToSort(SortBundle bundle)
 {
     NavigateTo <ISortViewModel>(bundle);
 }
Beispiel #2
0
 protected virtual void InitFromBundle(SortBundle parameters)
 {
     _categoryId      = parameters.CategoryId;
     _selectedSortId  = parameters.SelectedSortId;
     VmNavigationType = parameters.NavigationType;
 }
 public void NavigateToSort(SortBundle bundle)
 {
     FiltersNavigationVmService?.NavigateToSort(bundle);
 }