File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/shared/Z.EF.Plus.Audit.Shared Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public Audit()
6161
6262 public static object GetRelationshipEntryKey0 ( ObjectStateEntry entry )
6363 {
64- var relationshipEntryType = typeof ( ObjectStateEntry ) . Assembly . GetType ( "System.Data.Entity.Core. Objects.RelationshipEntry" ) ;
64+ var relationshipEntryType = typeof ( ObjectStateEntry ) . Assembly . GetType ( "System.Data.Objects.RelationshipEntry" ) ;
6565
6666 if ( RelationshipEntryKey0 == null )
6767 {
@@ -82,7 +82,7 @@ public static object GetRelationshipEntryKey0(ObjectStateEntry entry)
8282
8383 public static object GetRelationshipEntryKey1 ( ObjectStateEntry entry )
8484 {
85- var relationshipEntryType = typeof ( ObjectStateEntry ) . Assembly . GetType ( "System.Data.Entity.Core. Objects.RelationshipEntry" ) ;
85+ var relationshipEntryType = typeof ( ObjectStateEntry ) . Assembly . GetType ( "System.Data.Objects.RelationshipEntry" ) ;
8686
8787 if ( RelationshipEntryKey1 == null )
8888 {
You can’t perform that action at this time.
0 commit comments