示例#1
0
        public PaymentServiceModel FetchRenewedPolicies(PaymentServiceModel objPaymentModel)
        {
            PaymentBusiness objPaymentBusiness = new PaymentBusiness();

            return(objPaymentBusiness.FetchRenewedPolicies(objPaymentModel));
        }