Enabled ability to order containers and the ability to insert new containers to their correct order
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Bitvault;
|
||||
|
||||
public class OpenContainerHandler(ContainerConfiguration configuration,
|
||||
ISecurityKeyFactory keyVaultFactory,
|
||||
IContainerFactory vaultStorage) :
|
||||
IContainerStorageFactory vaultStorage) :
|
||||
IHandler<Open<Container>, bool>
|
||||
{
|
||||
public async Task<bool> Handle(Open<Container> args,
|
||||
|
||||
Reference in New Issue
Block a user