示例#1
0
 private async Task Close(IList trades)
 {
     await TradesRepository.CloseTrades(trades);
 }