Example #1
0
 string ReceiveData(string endPoint)
 {
     return(_restCall.RestClientComm(_uri, endPoint, "GET"));
 }