diff --git a/src/KSFramework/GenericRepository/IUnitOfWork.cs b/src/KSFramework/GenericRepository/IUnitOfWork.cs index 6f7e867..c3dab30 100644 --- a/src/KSFramework/GenericRepository/IUnitOfWork.cs +++ b/src/KSFramework/GenericRepository/IUnitOfWork.cs @@ -18,10 +18,10 @@ public interface IUnitOfWork : IDisposable Task SaveChangesAsync(bool acceptAllChangesOnSuccess, CancellationToken cancellationToken = default); - /// + /// int SaveChanges(bool acceptAllChangesOnSuccess); - /// + /// int SaveChanges(); ///