From 41277cb7c0bac40818c40da434e34aa6530e5a52 Mon Sep 17 00:00:00 2001 From: Kamran Sadin Date: Thu, 6 Nov 2025 15:14:26 +0330 Subject: [PATCH] Tag Nuget version --- src/KSFramework/GenericRepository/IUnitOfWork.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); ///