Пример #1
0
 public Chapter GetChapter(int id)
 {
     return(_CurriculumStorage.GetChapter(id));
 }