Dependencyinjection entfernt bei renavigator

This commit is contained in:
HuskyTeufel
2021-09-15 17:31:59 +02:00
parent e22f1eded2
commit 00718f9821
6 changed files with 21 additions and 20 deletions

View File

@@ -8,6 +8,6 @@ namespace DaSaSo.ViewModel.Interface
{
public interface IRenavigator
{
void Renavigate();
void Renavigate(BaseViewModel target);
}
}