Exemple #1
0
 public string HttpPost(string url, string postStr)
 {
     return(_httpHelper.HttpPost_String(url, postStr));
 }