Ejemplo n.º 1
0
 /// <summary>
 /// 构造函数。
 /// </summary>
 public OrgFactory()
 {
     this.unitEntity = new DSIUnitEntity();
     this.employeeEntity = new DSIEmployeeEntity();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 构造函数。
 /// </summary>
 public GetLocalUserInfo()
 {
     this.employeeEntity = new DSIEmployeeEntity();
 }