Get items stored and retrieved from the db

This commit is contained in:
TheXamlGuy
2024-05-12 14:50:10 +01:00
parent fd1c7e01be
commit c5c2756c5b
15 changed files with 84 additions and 90 deletions
-4
View File
@@ -1,5 +1,4 @@
using CommunityToolkit.Mvvm.ComponentModel;
using CommunityToolkit.Mvvm.Input;
using Toolkit.Foundation;
namespace Bitvault;
@@ -15,7 +14,4 @@ public partial class AddItemActionViewModel(IServiceProvider provider,
[ObservableProperty]
private string named = $"{named}";
[RelayCommand]
public async Task Invoke() => await Publisher.Publish(new Test());
}