Refactor
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
namespace Toolkit.Foundation
|
||||
{
|
||||
public interface IWritableConfigurationProvider
|
||||
{
|
||||
void Write<TValue>(string section, TValue value) where TValue : class, new();
|
||||
}
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IWritableConfigurationProvider
|
||||
{
|
||||
void Write<TValue>(string section, TValue value) where TValue : class, new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user