Пример #1
0
 private async Task <PaymentBill> GetBillAsync(Int32 orderAmount)
 {
     return(await PaymentGateway.GetBillAsync(BillURL, new Amount()
     {
         Value = orderAmount
     }));
 }