Use Tuple for injecting Interface with Implemented class
Open
feature
- Dominant language
- C#
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### Usage
```c#
service.BatchSingleton(new[] {
("I*Service", "*Service"),
("I*Schema", "*Schema"),
("I*Type", "*Type"),
});
service.BatchSingleton(filter: ("I*Service", "*Service"))
```
Contributor guide
Assessment
This issue has not been assessed yet.