コード例 #1
0
 public IList <Project> ListProjects(int programID)
 {
     return(_settingController.GetProjectsByProgramId(programID));
 }