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