Example #1
0
        public void Insert(bandEntity obj)
        {
            //inventoryContext context = new inventoryContext();
            //context.Brands.Add(obj);
            //context.SaveChanges();

            Igenaric <bandEntity> brandobj = new Genaric <bandEntity>();

            brandobj.Insert(obj);
        }
Example #2
0
        public void update(bandEntity obj)
        {
            Igenaric <bandEntity> brandObj = new Genaric <bandEntity>();

            brandObj.update(obj);
        }