public async Task <PayByKioskOutputModel> PayByKiosk(PaymentPayKioskInputModel model) { return(await _paymentService.Value.PayByKioskAsync(model, model.LuckyUserId)); }
public async Task <PayByKioskOutputModel> PayByKiosk(PaymentPayKioskInputModel model) { return(await _paymentService.Value.PayByKioskAsync(model, HttpContext.Current.User.Identity.GetUserId())); }