コード例 #1
0
 public IEnumerable <Theme> GetThemesByStageId(int stageId)
 {
     return(_CurriculumStorage.GetThemesByStageId(stageId));
 }