Browse Source

update readme.

master
Savorboard 7 years ago
parent
commit
0f146b81ed
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      README.zh-cn.md

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

@@ -132,15 +132,6 @@ public class PublishController : Controller
```c#
public class PublishController : Controller
{
private readonly ICapPublisher _publisher;

public PublishController(ICapPublisher publisher)
{
_publisher = publisher;
}


[NoAction]
[CapSubscribe("xxx.services.account.check")]
public async Task CheckReceivedMessage(Person person)
{


Loading…
Cancel
Save