Exemplo n.º 1
0
 public Task <CourseSubscribeInputModel> CapturePaymentAsync(int courseId, string token)
 {
     return(paymentGateway.CapturePaymentAsync(token));
 }