Dependencyinjection entfernt bei renavigator
This commit is contained in:
@@ -63,7 +63,7 @@ namespace DaSaSo.ViewModel
|
||||
this.renavigator = renavigator;
|
||||
LoadClient();
|
||||
SelectCommand = new SelectClientCommand(actualProject, this); //= new RelayCommand(SelectClient, () => SelectedClient != null);
|
||||
EditCommand = new EditClientCommand(actualProject,renavigator,this);
|
||||
EditCommand = new EditClientCommand(_dataService,actualProject,renavigator,this);
|
||||
//EditClientCommand = new RelayCommand(EditClient, () => SelectedClient != null);
|
||||
//AddNewClientCommand = new RelayCommand(AddNewClient);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user