コード例 #1
0
 public IEnumerable <OrderDetail> GetOrderDetail(int orderID)
 {
     return(_repository.GetOrderDetail(orderID));
 }