/// <summary> /// 构造函数。 /// </summary> public OrgFactory() { this.orgDepartmentEntity = new OrgDepartmentEntity(); this.orgRankEntity = new OrgRankEntity(); this.orgPostEntity = new OrgPostEntity(); this.orgEmployeeEntity = new OrgEmployeeEntity(); }
/// <summary> /// 构造函数。 /// </summary> public AuthenticationProvider() { this.orgEmployeeEntity = new OrgEmployeeEntity(); }