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