Beispiel #1
0
        public void update(catogeryEntity obj)
        {
            Igenaric <catogeryEntity> CatObj = new Genaric <catogeryEntity>();

            CatObj.update(obj);
        }
Beispiel #2
0
        public void update(PruductEntity obj)
        {
            Igenaric <PruductEntity> prodObj = new Genaric <PruductEntity>();

            prodObj.update(obj);
        }
Beispiel #3
0
        public void update(bandEntity obj)
        {
            Igenaric <bandEntity> brandObj = new Genaric <bandEntity>();

            brandObj.update(obj);
        }
Beispiel #4
0
        public void update(storeEntity obj)
        {
            Igenaric <storeEntity> CatObj = new Genaric <storeEntity>();

            CatObj.update(obj);
        }
Beispiel #5
0
        public void update(attrebuteEntity obj)
        {
            Igenaric <attrebuteEntity> CatObj = new Genaric <attrebuteEntity>();

            CatObj.update(obj);
        }