Esempio n. 1
0
 public OrderDetailController(IOrderDetailRepository orderDetailRepository)
 {
     _orderDetailRepository = orderDetailRepository;
 }