Exemplo n.º 1
0
 /// <summary>
 /// Gets the request rquid from the call if it exists.
 /// Otherwise it creates and sets it.
 /// </summary>
 protected string GetRequestRquId(ICall call)
 {
     return(GeneralUtility.GetRequestRquId(call));
 }