예제 #1
0
        public List <Parcel> GetShipmentDetails()
        {
            var data = excel.GetShipmentDetails();

            return(data);
        }