We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67503c6 commit b6f92f2Copy full SHA for b6f92f2
dotnet/src/dotnetcore/GxClasses/Services/Session/GXSessionFactory.cs
@@ -114,7 +114,7 @@ public class GxDatabaseSession : ISessionService
114
internal static string SESSION_PROVIDER_DATABASE = "SESSION_PROVIDER_DATABASE";
115
internal static string SESSION_PROVIDER_USER = "SESSION_PROVIDER_USER";
116
117
- internal GxDatabaseSession(GXService serviceProvider)
+ public GxDatabaseSession(GXService serviceProvider)
118
{
119
string password = serviceProvider.Properties.Get(SESSION_PASSWORD);
120
if (!string.IsNullOrEmpty(password))
0 commit comments