Make vault storages work

This commit is contained in:
TheXamlGuy
2024-04-28 16:04:05 +01:00
parent 20840cbf9c
commit df26cd2a75
15 changed files with 143 additions and 112 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace Bitvault;
public record VaultStorage(string Name, string Password);