This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Description
in the [IntegrationEventLogService] class on line 27, you instantiate directly with new, the dbcontext [IntegrationEventLogContext].
with this way of doing things, without an explicit disposing or the usage of the resolution from the D.I container
how to make sure that the dbcontext will be disposed out correctly?