示例#1
0
 public OrderDetailController(IOrderDetailRepository orderDetailRepository)
 {
     _orderDetailRepository = orderDetailRepository;
 }