Ejemplo n.º 1
0
        private void Update_FSTI_Result(FSTI_Transactions FS_t, bool IsError)
        {
            if (!IsError)
            {
                FS_t.FSError    = false;
                FS_t.FSResponse = FSTI.CDFResponse;
            }
            else
            {
                FS_t.FSError    = true;
                FS_t.FSResponse = FSTI.Trans_Error_Msg;
            }

            FS_t.TransactionProcessedYN = true;
            FS_t.DateStampOut           = DateTime.Now;
            x.Update_FSTI_Transaction(FS_t);
        }