コード例 #1
0
 public Task <MarketOrder> GetByIdAsync(string marketOrderId)
 {
     return(_marketOrderRepository.GetByIdAsync(marketOrderId));
 }