Пример #1
0
        // NOT YET IMPLMENTED IN CONTROLLER

        public List <IShipmentDto> GetByCustomerIdAndStatus(long customer, string status)
        {
            return(_shipmentRepository.GetByCustomerIdAndStatus(customer, status));
        }