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 85de8e0 + 1b71805 commit 6ed69ebCopy full SHA for 6ed69eb
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