Added configurators
This commit is contained in:
11
src/HopFrame.Core/Configuration/HopFrameConfig.cs
Normal file
11
src/HopFrame.Core/Configuration/HopFrameConfig.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace HopFrame.Core.Configuration;
|
||||
|
||||
/**
|
||||
* The configuration for the library
|
||||
*/
|
||||
public sealed class HopFrameConfig {
|
||||
/** The configurations for the table repositories */
|
||||
public IList<TableConfig> Tables { get; set; } = new List<TableConfig>();
|
||||
|
||||
internal HopFrameConfig() {}
|
||||
}
|
||||
Reference in New Issue
Block a user