예제 #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 AdminController()
 {
     this.departmentService = ServiceLocator.Instance.GetRef <IDepartmentService>();
     this.beMeasuredService = ServiceLocator.Instance.GetRef <IBeMeasuredService>();
     this.userInfoService   = ServiceLocator.Instance.GetRef <IUserInfoService>();
     this.timeOverService   = ServiceLocator.Instance.GetRef <ITimeOverService>();
 }
예제 #3
0
 public EvaluationResultController()
 {
     this.userInfoService   = ServiceLocator.Instance.GetRef <IUserInfoService>();
     this.beMeasuredService = ServiceLocator.Instance.GetRef <IBeMeasuredService>();
     this.departmentService = ServiceLocator.Instance.GetRef <IDepartmentService>();
     this.reviewService     = ServiceLocator.Instance.GetRef <IReviewService>();
     this.timeOverService   = ServiceLocator.Instance.GetRef <ITimeOverService>();
 }