Esempio n. 1
0
        public ReqBillPayment UpdateBillPayment(ResBillPayment resBillPayment)
        {
            ReqBillPayment reqBillPayment = new ReqBillPayment();

            return(Common <ResBillPayment, ReqBillPayment> .Serialize_Deserialize(resBillPayment, reqBillPayment, StaticConst.SPUPDATEBILLPAYMENT));
        }
Esempio n. 2
0
        public ResBillPayment GetBillPaymentDetail(ReqId reqBillId)
        {
            ResBillPayment resBillPayment = new ResBillPayment();

            return(Common <ReqId, ResBillPayment> .Serialize_Deserialize(reqBillId, resBillPayment, StaticConst.SPGETBILLPAYMENTDETAIL));
        }