This commit is contained in:
TheXamlGuy
2024-04-21 21:10:26 +01:00
parent 21481a82d8
commit 969c740f2d
7 changed files with 54 additions and 25 deletions
+2
View File
@@ -5,4 +5,6 @@ public interface IConfiguration<out TConfiguration>
class
{
TConfiguration Value { get; }
string Section { get; }
}