bunch of fixes

This commit is contained in:
TheXamlGuy
2024-05-02 20:58:12 +01:00
parent e98e622003
commit 4b05abad9b
23 changed files with 115 additions and 192 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
public interface IVaultStorage
{
bool Create(string name, VaultKey key);
Task<bool> CreateAsync(string name, VaultKey key);
}