コード例 #1
0
 public List <Order> GetOrdersByAmount(decimal amountSearch)
 {
     return(orderDataAccess.GetOrdersByAmount(amountSearch));
 }