Browse Source

fix dependency injection link in docs (#326)

pull/1958/head
Cenk Ergen GitHub 3 years ago
parent
commit
f8bfc65178
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/interactions_framework/intro.md

+ 1
- 1
docs/guides/interactions_framework/intro.md View File

@@ -315,7 +315,7 @@ You can also manually add Interaction modules using the `InteractionService.AddM

## Resolving Module Dependencies

Module dependencies are resolved using the Constructor Injection and Property Injection patterns. Meaning, the constructor parameters and public settable properties of a module will be assigned using the `IServiceProvider`. For more information on dependency injection, check out [Dependency Injection](.\dependency-injection)
Module dependencies are resolved using the Constructor Injection and Property Injection patterns. Meaning, the constructor parameters and public settable properties of a module will be assigned using the `IServiceProvider`. For more information on dependency injection, check out [Dependency Injection](./dependency-injection.md)

## Module Groups



Loading…
Cancel
Save