Dependency Injection

In the composer - register the Interface with the Service.

 composition.Register<IEventsService, EventService>(Lifetime.Request);

Last updated