Support injecting Interface with multiple Implementation
Open
feature
help wanted
- Dominant language
- C#
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This feature can support batch dependency injection with Class that implement specific Interface
### Usage
```c#
service.BatchSingleton("*Service");
```
**IBaseService**: The interface class
__*Service__: Class name to look. This will look out a class with the name that contains Service (e.g `MyService`, `CoolService`)
Contributor guide
Assessment
This issue has not been assessed yet.