Beispiel #1
0
        public List <FrayteAWBShipmentId> GetAllFrayteAWB()
        {
            var list = new ShipmentExprysRepositery().GetFrayteAWB();

            return(list);
        }
Beispiel #2
0
        public List <FrayteUserShipment> GetExprysShipment()
        {
            var currentShipments = new ShipmentExprysRepositery().GetExprysShipment();

            return(currentShipments);
        }
Beispiel #3
0
        public List <ConsignmentBag> GetConsignementBags()
        {
            var lst = new ShipmentExprysRepositery().GetConsignmentBag();

            return(lst);
        }