Пример #1
0
 public PersonManageController()
 {
     this.userInfoService   = ServiceLocator.Instance.GetRef <IUserInfoService>();
     this.departmentService = ServiceLocator.Instance.GetRef <IDepartmentService>();
     this.dutiesService     = ServiceLocator.Instance.GetRef <IDutiesService>();
     this.beMeasuredService = ServiceLocator.Instance.GetRef <IBeMeasuredService>();
 }
Пример #2
0
 public DutiesController()
 {
     this.dutiesService = ServiceLocator.Instance.GetRef <IDutiesService>();
 }