示例#1
0
        public CategoryDTO FindCategoryByLinking(string categoryLinking)
        {
            Category category = moderation.FindCategoryByLinking(categoryLinking);

            return(converterToDTO.ConvertToCategoryDTO(category));
        }