Added the abilty to load configuration sections using * pattern
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
namespace Bitvault
|
||||
{
|
||||
public interface IVaultFactory
|
||||
{
|
||||
Task CreateAsync(string name, VaultConfiguration configuration);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user