コード例 #1
0
 public Task UpdateAsync(MarketOrder marketOrder)
 {
     return(_marketOrderRepository.UpdateAsync(marketOrder));
 }