Explorar el Código

update readme.

master
Savorboard hace 7 años
padre
commit
0f146b81ed
Se han modificado 1 ficheros con 0 adiciones y 9 borrados
  1. +0
    -9
      README.zh-cn.md

+ 0
- 9
README.zh-cn.md Ver fichero

@@ -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)
{


Cargando…
Cancelar
Guardar