This commit is contained in:
TheXamlGuy
2024-04-26 23:05:35 +01:00
parent aeb99c41f7
commit da60d03de3
36 changed files with 44 additions and 53 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
namespace Bitvault;
public class VaultStorageHandler :
INotificationHandler<Create<VaultStorage>>
{
@@ -18,7 +17,7 @@ public record VaultStorage(string Name);
public class VaultHandler(IVaultFactory factory) :
IHandler<Create<Vault>, bool>
{
//public async Task Handle(Create<Vault> args,
//public async Task Handle(Create<Vault> args,
// CancellationToken cancellationToken = default)
//{
// if (args.Value is Vault vault)