Browse Source

Update README.zh-cn.md

master
Savorboard 2 years ago
committed by GitHub
parent
commit
0b81a18f0f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      README.zh-cn.md

+ 0
- 1
README.zh-cn.md View File

@@ -195,7 +195,6 @@ namespace xxx.Service
```c#
public void ConfigureServices(IServiceCollection services)
{
//注意: 注入的服务需要在 `services.AddCap()` 之前
services.AddTransient<ISubscriberService,SubscriberService>();
services.AddCap(x=>{});


Loading…
Cancel
Save