Пример #1
0
 public Task <WirehomeDictionary> PostMessageWithReply(TimeSpan timeout, [FromBody] WirehomeDictionary messsage)
 {
     return(_messageBusService.PublishRequestAsync(messsage, timeout));
 }