Exemple #1
0
        public CatDto Get(int id)
        {
            var cat = _catService.Get(id);

            return(cat.ReverseMap());
        }