Clients sind nicht mehr als oberste Prio
This commit is contained in:
@@ -22,7 +22,6 @@ namespace DaSaSo.ViewModel
|
||||
private readonly IDataService<Client> _dataService;
|
||||
bool _isLoading = true;
|
||||
|
||||
public ICommand SelectCommand { get; set; }
|
||||
public ICommand EditCommand { get; set; }
|
||||
public ICommand AddNewClientCommand { get; set; }
|
||||
|
||||
@@ -63,7 +62,7 @@ namespace DaSaSo.ViewModel
|
||||
_dataService = dataService;
|
||||
|
||||
LoadClient();
|
||||
SelectCommand = new SelectClientCommand(dataService,actualProject, this);
|
||||
|
||||
EditCommand = new EditClientCommand(_dataService,actualProject, editRenavigator, this);
|
||||
AddNewClientCommand = new AddClientCommand(_dataService, actualProject, editRenavigator, this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user