DrSensor / DrSensor/BatchDI

Use Tuple for injecting Interface with Implemented class

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.