Exemplo n.º 1
0
        public TOE Update(TOE obj)
        {
            TOEBO toeBO = new TOEBO(obj);

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

            return(toeDao.Insert(toeBO));
        }