Ejemplo n.º 1
0
        public static object SubmitDeal(string strOverApprover, string strOverComment, string record, string strProductId)
        {
            DA_TRN TrnInfo = JsonConvert.DeserializeObject <DA_TRN>(record);

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