Skip to content

Commit 2b4d0d4

Browse files
committed
Make SystemLogicOnlyRegionScope() ctor internal
1 parent 354043a commit 2b4d0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orm/Xtensive.Orm/Orm/Session.SystemLogic.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public partial class Session
1616
private readonly Session session;
1717
private readonly bool prevIsSystemLogicOnly;
1818

19-
public SystemLogicOnlyRegionScope(Session session)
19+
internal SystemLogicOnlyRegionScope(Session session)
2020
{
2121
this.session = session;
2222
prevIsSystemLogicOnly = session.IsSystemLogicOnly;

0 commit comments

Comments
 (0)