示例#1
0
        //[OperationBehavior]
        public System.Int64 DoEx(ICommonDataContract commonData, UFIDA.U9.Cust.Pub.WSLogRSV.WSLogDTOData wSLogDTO)
        {
            this.CommonData = commonData;
            try
            {
                BeforeInvoke("UFIDA.U9.Cust.Pub.WSLogRSV.CreateCallWSLogSV");
                CreateCallWSLogSV objectRef = new CreateCallWSLogSV();
                objectRef.WSLogDTO = wSLogDTO;

                //处理返回类型.
                System.Int64 result = objectRef.Do();
                return(result);
            }
            catch (System.Exception e)
            {
                DealException(e);
                throw;
            }
            finally
            {
                FinallyInvoke("UFIDA.U9.Cust.Pub.WSLogRSV.CreateCallWSLogSV");
            }
        }
示例#2
0
        //[OperationBehavior]
        public System.Int64 Do(UFSoft.UBF.Service.ISVContext context, UFIDA.U9.Cust.Pub.WSLogRSV.WSLogDTOData wSLogDTO)
        {
            ICommonDataContract commonData = CommonDataContractFactory.GetCommonData(context);

            return(DoEx(commonData, wSLogDTO));
        }