Skip to content

Commit b6f92f2

Browse files
GxDatabaseSession must be public for using with reflection.
1 parent 67503c6 commit b6f92f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetcore/GxClasses/Services/Session/GXSessionFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public class GxDatabaseSession : ISessionService
114114
internal static string SESSION_PROVIDER_DATABASE = "SESSION_PROVIDER_DATABASE";
115115
internal static string SESSION_PROVIDER_USER = "SESSION_PROVIDER_USER";
116116

117-
internal GxDatabaseSession(GXService serviceProvider)
117+
public GxDatabaseSession(GXService serviceProvider)
118118
{
119119
string password = serviceProvider.Properties.Get(SESSION_PASSWORD);
120120
if (!string.IsNullOrEmpty(password))

0 commit comments

Comments
 (0)