Пример #1
0
        public string AcceptProductionUploadHistoryData(int HistoryId)
        {
            AddSerialDL productdal = new AddSerialDL();

            return(productdal.AcceptProductionUploadHistoryData(HistoryId));
        }