Exemplo n.º 1
0
 public string FormatPostRequest(GruntEncryptedMessage Message)
 {
     return(Format(this.PostRequest, Message));
 }
Exemplo n.º 2
0
 public string FormatGetResponse(GruntEncryptedMessage Message)
 {
     return(Format(this.GetResponse, Message));
 }