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

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

            return(testequipmentDao.Insert(testequipmentBO));
        }