Add foundation
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IConfigurationReader<TConfiguration>
|
||||
where TConfiguration :
|
||||
class
|
||||
{
|
||||
bool TryRead(out TConfiguration? configuration);
|
||||
|
||||
TConfiguration Read();
|
||||
}
|
||||
Reference in New Issue
Block a user