Exemplo n.º 1
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>();
 }
Exemplo n.º 2
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>();
 }
Exemplo n.º 3
0
 public EvaluationController()
 {
     this.evaluationService            = ServiceLocator.Instance.GetRef <IEvaluationTableService>();
     this.evaluationTableDetailService = ServiceLocator.Instance.GetRef <IEvaluationTableDetailService>();
     this.reviewService      = ServiceLocator.Instance.GetRef <IReviewService>();
     this.styleOfWorkService = ServiceLocator.Instance.GetRef <IStyleOfWorkService>();
     this.timeOverService    = ServiceLocator.Instance.GetRef <ITimeOverService>();
 }
Exemplo n.º 4
0
 public BHCheckTimeOver()
 {
     this.timeOverService = ServiceLocator.Instance.GetRef <ITimeOverService>();
 }
Exemplo n.º 5
0
 public ReviewController()
 {
     this.reviewService   = ServiceLocator.Instance.GetRef <IReviewService>();
     this.timeOverService = ServiceLocator.Instance.GetRef <ITimeOverService>();
 }