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.
2 parents 20d6930 + 41277cb commit 1b71805Copy full SHA for 1b71805
src/KSFramework/GenericRepository/IUnitOfWork.cs
@@ -18,10 +18,10 @@ public interface IUnitOfWork : IDisposable
18
Task<int> SaveChangesAsync(bool acceptAllChangesOnSuccess,
19
CancellationToken cancellationToken = default);
20
21
- /// <inheritdoc cref="SaveChanges"/>
+ /// <inheritdoc cref="SaveChanges(bool)"/>
22
int SaveChanges(bool acceptAllChangesOnSuccess);
23
24
+ /// <inheritdoc cref="SaveChanges()"/>
25
int SaveChanges();
26
27
/// <summary>
0 commit comments