コード例 #1
0
 public List <Exam> GetAllPastGeneralExams(int[] subAreaIds)
 {
     return(examRepository.GetAllPastBySubArea(subAreaIds));
 }