This commit is contained in:
meysamhadeli 2023-01-22 01:52:13 +03:30
parent 66688ea45a
commit ac68632418

View File

@ -115,7 +115,6 @@ public abstract class AppDbContextBase : DbContext, IDbContext
retryCount);
}
});
return await policy.ExecuteAsync(async () => await base.SaveChangesAsync(cancellationToken));
}
catch (Exception ex)