예제 #1
0
 public async void CheckEscrowResultsTransactionAsync()
 {
     await EscrowResultTransactionBusiness.CheckTransactionsAsync();
 }
예제 #2
0
 public void MakeEscrowResultsTransaction()
 {
     EscrowResultTransactionBusiness.MakeTransactions();
 }