Exemplo n.º 1
0
 public IEnumerable <Theme> GetThemesByGroupId(int groupId)
 {
     return(_CurriculumStorage.GetThemesByGroupId(groupId));
 }