Enabled ability to order containers and the ability to insert new containers to their correct order
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Bitvault;
|
||||
|
||||
public interface IContainerStorageFactory
|
||||
{
|
||||
Task<bool> Create(string name, SecurityKey key);
|
||||
}
|
||||
Reference in New Issue
Block a user