Пример #1
0
        public List <Guide> TopMatchGuides(int [] id)
        {
            Guide g = new Guide();

            return(g.GetGuidesById(id));
        }