Beispiel #1
0
        public Jinher.AMP.YJB.Deploy.CustomDTO.ResultDTO InsertTOCarInsuranceReport(Jinher.AMP.BTP.Deploy.CustomDTO.YJBCarInsuranceReportDTO model)
        {
            //定义返回值
            Jinher.AMP.YJB.Deploy.CustomDTO.ResultDTO result;

            try
            {
                //调用代理方法
                result = base.Channel.InsertTOCarInsuranceReport(model);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
Beispiel #2
0
 /// <summary>
 /// 插入保险统计报表
 /// </summary>
 /// <param name="model"></param>
 /// <returns></returns>
 public Jinher.AMP.YJB.Deploy.CustomDTO.ResultDTO InsertTOCarInsuranceReport(Jinher.AMP.BTP.Deploy.CustomDTO.YJBCarInsuranceReportDTO model)
 {
     base.Do();
     return(this.Command.InsertTOCarInsuranceReport(model));
 }