コード例 #1
0
        public PaymentServiceModel FetchRenewedAllPolicies(PaymentServiceModel objPaymentModel)
        {
            PaymentBusiness objPaymentBusiness = new PaymentBusiness();

            return(objPaymentBusiness.FetchRenewedAllPolicies(objPaymentModel));
        }