public List <string> GetOrderAllAssembleBoxes(int orderId) { return(_orderBoxRepository.GetOrderIdBoxes(orderId)); }
public List <string> GetOrderBoxesByOrderId(int orderId) { return(_orderBoxRepository.GetOrderIdBoxes(orderId)); }