From ac68632418a758b4c698ba72b812419d1ded97a0 Mon Sep 17 00:00:00 2001 From: meysamhadeli Date: Sun, 22 Jan 2023 01:52:13 +0330 Subject: [PATCH] . --- src/BuildingBlocks/EFCore/AppDbContextBase.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BuildingBlocks/EFCore/AppDbContextBase.cs b/src/BuildingBlocks/EFCore/AppDbContextBase.cs index 5a5fbdd..7ae1f1d 100644 --- a/src/BuildingBlocks/EFCore/AppDbContextBase.cs +++ b/src/BuildingBlocks/EFCore/AppDbContextBase.cs @@ -115,7 +115,6 @@ public abstract class AppDbContextBase : DbContext, IDbContext retryCount); } }); - return await policy.ExecuteAsync(async () => await base.SaveChangesAsync(cancellationToken)); } catch (Exception ex)