コード例 #1
0
        public IEnumerable <CollegeReportModel> GetCollegeReportNotAllCollegeWithScore(int?modelTermId, IEnumerable <int?> socreList, List <string> collegeList)
        {
            var condition = socreList.Where(x => x.HasValue).ToArray();

            return(_repository.GetCollegeReportNotAllCollegeWithScore(modelTermId.Value, condition, collegeList));
        }