コード例 #1
0
        public List <PurchaseChargesEntity> GetInventoryReportDetailByGulfNo(int GulfNo)
        {
            AddSerialDL productdal = new AddSerialDL();

            return(productdal.GetInventoryReportDetailByGulfNo(GulfNo));
        }