Code cleanup

This commit is contained in:
2023-04-12 22:29:49 +02:00
parent b100eca490
commit 7a036b3404
22 changed files with 184 additions and 183 deletions

View File

@@ -48,8 +48,8 @@ namespace SewerStammGen.HostBuilders
services.GetRequiredService<ISchachtDataService>(),
services.GetRequiredService<IDataService<Projekt>>(),
services.GetRequiredService<ViewModelDelegateRenavigator<ManholeEditViewModel>>(),
services.GetRequiredService<IActualState>(),
services.GetRequiredService<ISchachtService>()
services.GetRequiredService<IActualState>()
);
});
@@ -76,7 +76,7 @@ namespace SewerStammGen.HostBuilders
{
return () => new HaltungEditViewModel(
services.GetRequiredService<ISchachtService>(),
services.GetRequiredService<IActualState>()
);
});