Skip to content

Commit 4865966

Browse files
authored
added missing scope.Complete() (#3157)
1 parent 66a2b69 commit 4865966

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entity-framework/ef6/saving/transactions.md

+2
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ namespace TransactionsExamples
276276
await context.SaveChangesAsync();
277277
}
278278
}
279+
280+
scope.Complete();
279281
}
280282
}
281283
}

0 commit comments

Comments
 (0)