コード例 #1
0
ファイル: UserRoleRepository.cs プロジェクト: absdk/RslSDK
 public UserRoleRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public SalaryTaxTypeRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public ApplicantDriverLicenseRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #4
0
 public VendorDocumentCategoryRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #5
0
 public RequisitionPublishInfoRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #6
0
ファイル: BloodGroupRepository.cs プロジェクト: absdk/RslSDK
 public BloodGroupRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #7
0
 public SalesCampaignStatusCategoryRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #8
0
 public ApplicantProfilePublishRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #9
0
ファイル: AppMenuRepository.cs プロジェクト: absdk/RslSDK
 public AppMenuRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #10
0
 public VendorLegalCompanyStructureCategoryRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #11
0
 public OrganizationDocumentFolderRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #12
0
ファイル: ReligionRepository.cs プロジェクト: absdk/RslSDK
 public ReligionRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #13
0
 public ApplicantPhotoPortfolioRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #14
0
 public VendorInsuranceCategoryRepository(RepositoryContext context)
 {
     this.context = context;
 }
 public RequisitionSkillsExpertiseEducationMatchingMatrixRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #16
0
 public SkillsExpEduCategoryRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #17
0
 public SkillsExpEduSynonymRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #18
0
 public MaritalStatusRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #19
0
 public ApplicantRecruitmentTeamRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #20
0
 public AccountCategoryRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #21
0
 public ApplicantInResumeFolderRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #22
0
 public OrganizationBankInfoRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #23
0
ファイル: RequisitionRepository.cs プロジェクト: absdk/RslSDK
 public RequisitionRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #24
0
 public ExperienceLevelCategoryRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #25
0
 public ApplicantProfileWidgetAccessRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #26
0
 public CompanyAddressCategoryRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #27
0
ファイル: RatingScaleRepository.cs プロジェクト: absdk/RslSDK
 public RatingScaleRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #28
0
 public ApplicantProfileViewerRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #29
0
 public RequisitionApprovalStatusCategoryRepository(RepositoryContext context)
 {
     this.context = context;
 }
コード例 #30
0
 public ApplicantInterviewFeedbackCategoryRepository(RepositoryContext context)
 {
     this.context = context;
 }