示例#1
0
        public ResCommon InsertBillPayment(ReqBillPayment resBillPayment)
        {
            ResCommon resCommon = new ResCommon();

            return(Common <ReqBillPayment, ResCommon> .Serialize_Deserialize(resBillPayment, resCommon, StaticConst.SPINSERTBILLPAYMENT));
        }
示例#2
0
        public ReqBillPayment UpdateBillPayment(ResBillPayment resBillPayment)
        {
            ReqBillPayment reqBillPayment = new ReqBillPayment();

            return(Common <ResBillPayment, ReqBillPayment> .Serialize_Deserialize(resBillPayment, reqBillPayment, StaticConst.SPUPDATEBILLPAYMENT));
        }