Ejemplo n.º 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);
        }
Ejemplo n.º 2
0
        public void Insert(catogeryEntity obj)
        {
            Igenaric <catogeryEntity> Catobj = new Genaric <catogeryEntity>();

            Catobj.Insert(obj);
        }
Ejemplo n.º 3
0
        public void Insert(OrderEntity obj)
        {
            Igenaric <OrderEntity> brandobj = new Genaric <OrderEntity>();

            brandobj.Insert(obj);
        }
Ejemplo n.º 4
0
        public void Insert(PruductEntity obj)
        {
            Igenaric <PruductEntity> Catobj = new Genaric <PruductEntity>();

            Catobj.Insert(obj);
        }
Ejemplo n.º 5
0
        public void Insert(storeEntity obj)
        {
            Igenaric <storeEntity> Catobj = new Genaric <storeEntity>();

            Catobj.Insert(obj);
        }
Ejemplo n.º 6
0
        public void Insert(CompanyEntity obj)
        {
            Igenaric <CompanyEntity> Catobj = new Genaric <CompanyEntity>();

            Catobj.Insert(obj);
        }
Ejemplo n.º 7
0
        public void Insert(attrebuteEntity obj)
        {
            Igenaric <attrebuteEntity> Catobj = new Genaric <attrebuteEntity>();

            Catobj.Insert(obj);
        }