Configutation writer fixed
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
public interface IConfigurationWriter<TConfiguration> where TConfiguration : class
|
||||
{
|
||||
void Write(string section, TConfiguration args);
|
||||
void Write(TConfiguration args);
|
||||
}
|
||||
Reference in New Issue
Block a user