Renamed service

This commit is contained in:
TypoMustakes
2025-10-28 12:28:22 +01:00
parent 667f624229
commit 118aa459bb
7 changed files with 23 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ public partial class MainWindow
private const string searchEntryId = "search_entry";
private const string passwordListId = "password_list";
public MainWindow(IPasswordStoreService passwordStoreService)
public MainWindow(ICollectionsService passwordStoreService)
{
this.passwordStoreService = passwordStoreService;