> For the complete documentation index, see [llms.txt](https://wiki.owain.codes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.owain.codes/coding/c-sharp/dependency-injection.md).

# Dependency Injection

In the composer - register the Interface with the Service.&#x20;

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