/// <summary> /// 构造函数。 /// </summary> public TeaClientServiceProvider() { this.centerAccessEntity = new SFITCenterAccessEntity(); this.teaClassEntity = new SFITTeaClassEntity(); this.teachersEntity = new SFITeachersEntity(); this.schoolsEntity = new SFITSchoolsEntity(); this.gradeEntity = new SFITGradeEntity(); this.evaluateEntity = new SFITEvaluateEntity(); this.classEntity = new SFITClassEntity(); this.studentsEntity = new SFITStudentsEntity(); this.catalogEntity = new SFITCatalogEntity(); this.schoolSetCatalogEntity = new SFITSchoolSetCatalogEntity(); this.studentWorksEntity = new SFITStudentWorksEntity(); this.localUserInfo = new GetLocalUserInfo(); }
/// <summary> /// 构造函数。 /// </summary> /// <param name="view"></param> public CreateCredentialsPresenter(ICreateCredentialsView view) { this.view = view; this.centerAccessEntity = new SFITCenterAccessEntity(); }