Пример #1
0
 public Pages()
 {
     _all_pages = AllPages.GroupBy(x => x.Group).ToDictionary(x => x.Key.ToString(), y => y.ToList());
 }