Ensure containers show up in the menu when they are created
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Bitvault;
|
||||
|
||||
public interface IContainerFactory
|
||||
{
|
||||
Task<bool> Create(string name, SecurityKey key);
|
||||
}
|
||||
Reference in New Issue
Block a user