Savorboard
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
README.zh-cn.md
|
|
@@ -195,7 +195,6 @@ namespace xxx.Service |
|
|
|
```c# |
|
|
|
public void ConfigureServices(IServiceCollection services) |
|
|
|
{ |
|
|
|
//注意: 注入的服务需要在 `services.AddCap()` 之前 |
|
|
|
services.AddTransient<ISubscriberService,SubscriberService>(); |
|
|
|
|
|
|
|
services.AddCap(x=>{}); |
|
|
|