示例#1
0
 public Task SayHello(IMessageRequest req, IMessageResponse resp)
 {
     return(resp.SendAsync(new { msg = "hello , meow ~~!" }));
 }