Bläddra i källkod

Add notes to readme.

master
Savorboard 6 år sedan
förälder
incheckning
8bdb1f0ca6
2 ändrade filer med 6 tillägg och 0 borttagningar
  1. +3
    -0
      README.md
  2. +3
    -0
      README.zh-cn.md

+ 3
- 0
README.md Visa fil

@@ -187,7 +187,10 @@ Then inject your `ISubscriberService` class in Startup.cs
```c#
public void ConfigureServices(IServiceCollection services)
{
//Note: The injection of services needs before of `services.AddCap(x=>{});`
services.AddTransient<ISubscriberService,SubscriberService>();
services.AddCap(x=>{});
}
```



+ 3
- 0
README.zh-cn.md Visa fil

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



Laddar…
Avbryt
Spara