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>(); }
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>(); }
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>(); }