Ejemplo n.º 1
0
        public TestEquipment Update(TestEquipment obj)
        {
            TestEquipmentBO testequipmentBO = new TestEquipmentBO(obj);

            testequipmentDao.Update(testequipmentBO);
            return(obj);
        }
Ejemplo n.º 2
0
        public int Insert(TestEquipment obj)
        {
            TestEquipmentBO testequipmentBO = new TestEquipmentBO(obj);

            return(testequipmentDao.Insert(testequipmentBO));
        }