public ListOfValueService(SRM_DEVContext context)
 {
     Context = context;
 }
 public RunningNoService(SRM_DEVContext context)
 {
     Context = context;
 }
 public EmployeeProfileService(SRM_DEVContext context)
 {
     Context = context;
 }
 public ListApplicantService(SRM_DEVContext context)
 {
     Context = context;
 }
Beispiel #5
0
 public AssessmentService(SRM_DEVContext context)
 {
     Context = context;
 }
Beispiel #6
0
 public CompanyService(SRM_DEVContext context)
 {
     Context = context;
 }
 public ListInterestingService(SRM_DEVContext context)
 {
     Context = context;
 }
Beispiel #8
0
 public JoinUsService(SRM_DEVContext context)
 {
     Context = context;
 }
Beispiel #9
0
 public PageService(SRM_DEVContext context)
 {
     Context = context;
 }
Beispiel #10
0
 public TaskService(SRM_DEVContext _Context, ITaskRunningNo _TaskRuningNo)
 {
     Context      = _Context;
     TaskRuningNo = _TaskRuningNo;
 }
 public ApplicantExamAnswerHistoryService(SRM_DEVContext context)
 {
     Context = context;
 }
 public DBExamService(SRM_DEVContext context)
 {
     Context = context;
 }
Beispiel #13
0
 public ProjectService(SRM_DEVContext context, IRunningNoService projectRunning)
 {
     ProjectRunning = projectRunning;
     Context        = context;
 }
 public ListInterviewerResultService(SRM_DEVContext context)
 {
     Context = context;
 }
 public ListStatusJobService(SRM_DEVContext context)
 {
     Context = context;
 }
Beispiel #16
0
 public DBBranchService(SRM_DEVContext context)
 {
     Context = context;
 }
 public WarehouseService(SRM_DEVContext context)
 {
     Context = context;
 }
 public DashboardHrService(SRM_DEVContext context)
 {
     Context = context;
 }
 public AgreementService(SRM_DEVContext context)
 {
     Context = context;
 }