Пример #1
0
        public static object SubmitDeal(string strOverApprover, string strOverComment, string record, string strProductId)
        {
            DA_TRN TrnInfo = JsonConvert.DeserializeObject <DA_TRN>(record);

            return(DealUIP.SubmitRepoDeal(SessionInfo
                                          , TrnInfo
                                          , strOverApprover
                                          , strOverComment
                                          , strProductId));
        }