Beispiel #1
0
 private void DeleteCommandExecute()
 {
     _entityFrameworkService.Remove(Item);
     _navigationService.NavigateBack();
 }