Пример #1
0
        JObject ReCreateOrder(string begionPage, string endPage, string copies, string isColor, string isSingle)
        {
            Bll.OrderList orderList = new OrderList();
            string        temVal    = orderList.Again(AccountInfo.Token, AccountInfo.ID, OrderId, isColor, "3", copies,
                                                      begionPage, endPage, isSingle);

            return((JObject)JsonConvert.DeserializeObject(temVal));
        }