예제 #1
0
 public async Task <PaymentModel> CreatePaymentOrder(PaymentModel model)
 {
     return(await _repo.CreatePaymentOrder(model));
 }