Пример #1
0
 /// <summary>
 /// 构造函数。
 /// </summary>
 public OrgFactory()
 {
     this.unitEntity = new DSIUnitEntity();
     this.employeeEntity = new DSIEmployeeEntity();
 }
Пример #2
0
 /// <summary>
 /// 构造函数。
 /// </summary>
 public GetLocalUserInfo()
 {
     this.employeeEntity = new DSIEmployeeEntity();
 }