Commit 0f146b81 authored by Savorboard's avatar Savorboard

update readme.

parent 263b572b
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment