Exemplo n.º 1
0
        public CategoryDTO FindCategoryByLinking(string categoryLinking)
        {
            Category category = moderation.FindCategoryByLinking(categoryLinking);

            return(converterToDTO.ConvertToCategoryDTO(category));
        }