public IEnumerable <OrderDetailDto> Get(int orderNumber) => orderDetailRepository.GetAllByOrderNumber(orderNumber).ToDtoList();