public ProductsPageViewModel(INavigationService navigationService, IPageDialogService dialogService, IClientServiceCall clientServiceCall) { _navigationService = navigationService; _clientServiceCall = clientServiceCall; _dialogService = dialogService; InitCommand(); LoadingPageommand.Execute(null); }
public MainPageViewModel(IClientServiceCall clientServiceCall, INavigationService navigationService, IPageDialogService dialogService) { _navigationService = navigationService; _dialogService = dialogService; _clientServiceCall = clientServiceCall; CurrentClient = new Client(); InitCommand(); LoadingPageommand.Execute(null); }