コード例 #1
0
 public List <Order> CustomerOrdersByTotal(Customer customer)
 {
     return(_orderDB.GetCustomerOrderByTotal(customer));
 }