Ejemplo n.º 1
0
        public void inventory_update(c_inventory t)
        {
            inventory_business db = new inventory_business();

            throw new NotImplementedException();
        }
Ejemplo n.º 2
0
        public void inventory_insert(c_inventory t)
        {
            inventory_business db = new inventory_business();

            db.Create(t);
        }