Exemplo n.º 1
0
 public Task SendFact(string content)
 {
     return(RestHandler.Post(QueueName, content));
 }