예제 #1
0
        public int updateSchedule(PrevHdr tbl)
        {
            WipRepository FixedAsset = new WipRepository();

            return(FixedAsset.updateSchedule(tbl));
        }