Beispiel #1
0
        public PaymentServiceModel FetchRenewalProposals(PaymentServiceModel objPaymentModel)
        {
            PaymentBusiness objPaymentBusiness = new PaymentBusiness();

            return(objPaymentBusiness.FetchRenewalProposals(objPaymentModel));
        }