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

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

            Catobj.Insert(obj);
        }