/// <summary>
 /// 构造函数。
 /// </summary>
 public ProjectHandler()
 {
     this.projectEntity = new DSIProjectEntity();
 }
 /// <summary>
 /// 构造函数。
 /// </summary>
 /// <param name="view"></param>
 public DSISchoolStaffAllowancePresenter(IDSISchoolStaffAllowanceListView view)
     : base(view)
 {
     this.View.SecurityID = ModuleConstants.School_Allowance_ModuleID;
     this.projectEntity = new DSIProjectEntity();
 }
 ///<summary>
 ///���캯����
 ///</summary>
 public DSIEduAuditPresenter(IDSIEduAuditView view)
     : base(view)
 {
     this.View.SecurityID = ModuleConstants.Edu_Audit_ModuleID;
     this.projectEntity = new DSIProjectEntity();
 }