예제 #1
0
파일: PayService.cs 프로젝트: ghbylmt/LsPay
        public PayResponseModel CancelPay(byte[] preMsg, string mac)
        {
            IPay PayObj = PaymentPlatFormFactory.GetPayFactory().GetPayObj(new ICCard());

            return(PayObj.CancelPay(preMsg, mac));
        }