Exemple #1
0
        public IEnumerable <Tag> GetAllByProduct(int id)
        {
            var result = _hashtag.GetAllByProduct(id);

            return(result);
        }