mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-10 00:11:13 +08:00
.
This commit is contained in:
parent
66688ea45a
commit
ac68632418
@ -115,7 +115,6 @@ public abstract class AppDbContextBase : DbContext, IDbContext
|
|||||||
retryCount);
|
retryCount);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
return await policy.ExecuteAsync(async () => await base.SaveChangesAsync(cancellationToken));
|
return await policy.ExecuteAsync(async () => await base.SaveChangesAsync(cancellationToken));
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user