You've already forked Extensions.Configuration.EntityFrameworkCore
Limit internal interface's surface area
This commit is contained in:
@@ -6,9 +6,9 @@ namespace RAIC.Extensions.Configuration.EntityFrameworkCore;
|
|||||||
|
|
||||||
internal interface IEntityFrameworkCoreDbSetConfigurationProvider : IConfigurationProvider
|
internal interface IEntityFrameworkCoreDbSetConfigurationProvider : IConfigurationProvider
|
||||||
{
|
{
|
||||||
void OnReload();
|
internal void OnReload();
|
||||||
|
|
||||||
bool Remove(string key);
|
internal bool Remove(string key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user