- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace EMIS.ExtensionLogic.CommonLogic.ScoreManage
- {
- public class ScoreServices : EMIS.CommonLogic.ScoreManage.ScoreServices
- {
- public ScoreServices() : base()
- {
- DataRangeFunction = (x => this.GetQueryByDataRangeByCollege(x));
- CollegeExpression = (w => (x => x.CollegeID == w));
- }
- }
- }
|