Esempio n. 1
0
 public IEnumerable <Topic> GetTopics(IEnumerable <int> ids)
 {
     return(_CurriculumStorage.GetTopics(ids));
 }