Exemple #1
0
        public CategoryListODT find(int id)
        {
            Categories entty = Categori.Bul(id);

            return(new CategoryListODT
            {
                Name = entty.Name,
                ParentID = (int)entty.ParentID,
                CategoryID = entty.CategoryID,
                /*  ParentName = Categori.Bul((int)entty.ParentID).Name*/
            });
        }