diff --git a/FLocal.Common/SqlObject.cs b/FLocal.Common/SqlObject.cs index 5d71a9a..0467d5d 100644 --- a/FLocal.Common/SqlObject.cs +++ b/FLocal.Common/SqlObject.cs @@ -77,7 +77,7 @@ namespace FLocal.Common { } } - protected void LoadIfNotLoaded() { + public void LoadIfNotLoaded() { if(!this.isLoaded) { lock(this.lockInitializer) { if(!this.isLoaded) { diff --git a/FLocal.IISHandler/FLocal.IISHandler.csproj b/FLocal.IISHandler/FLocal.IISHandler.csproj index 182e07d..f1f7388 100644 --- a/FLocal.IISHandler/FLocal.IISHandler.csproj +++ b/FLocal.IISHandler/FLocal.IISHandler.csproj @@ -156,6 +156,7 @@ +