Beispiel #1
0
        public TOE Update(TOE obj)
        {
            TOEBO toeBO = new TOEBO(obj);

            toeDao.Update(toeBO);
            return(obj);
        }
Beispiel #2
0
        public int Insert(TOE obj)
        {
            TOEBO toeBO = new TOEBO(obj);

            return(toeDao.Insert(toeBO));
        }