Пример #1
0
 public OrderInfo GetOrderByID(int ID)
 {
     assertConnected();
     try
     {
         return(wsClient.GetOrderByID(accessToken(), ID));
     }
     catch (Exception ex)
     {
         throw TranslateException(ex);
     }
 }