Skip to content

Commit

Permalink
Merge pull request #72 from belikovdev/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gustavopsantos authored Oct 29, 2024
2 parents f3618e0 + 84d3277 commit dae1f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ InvalidOperationException: Sequence contains more than one element
```
It's recommended for every binding that you know that there should be a single binding implementing the contract.
### Resolve
`Container::Single<TContract>` runs no validations, and return the last valid object implementing given contract.
`Container::Resolve<TContract>` runs no validations, and return the last valid object implementing given contract.

### All
`Container::All<TContract>` returns all objects implementing given contract.
Expand Down

0 comments on commit dae1f49

Please sign in to comment.