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

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

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

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

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

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

            Catobj.Insert(obj);
        }