コード例 #1
0
 public CreatePersonCommandHandler(HCMContext context, IMediator mediator, ICurrentUser currentUser)
 {
     _context      = context;
     _mediator     = mediator;
     _personCommon = new PersonCommon(_context);
     _currentUser  = currentUser;
 }
コード例 #2
0
 public DeletePersonTravelCommandHandler()
 {
     _context = new HCMContext();
 }
コード例 #3
0
 public SearchOrgPositionQueryHandler(HCMContext context)
 {
     _context = context;
 }
コード例 #4
0
 public GetJobStatusQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
コード例 #5
0
ファイル: SavePositionCommand.cs プロジェクト: BionStt/NHCM
 public SavePositionCommandHandler(HCMContext context, IMediator mediator)
 {
     _context  = context;
     _mediator = mediator;
 }
コード例 #6
0
 public SavePersonSkillsCommandHandler(HCMContext context, IMediator mediator)
 {
     _context  = context;
     _mediator = mediator;
 }
コード例 #7
0
ファイル: GetStatusQuery.cs プロジェクト: BionStt/NHCM
 public GetStatusQueryHandler(HCMContext context)
 {
     _DbContext = context;
 }
コード例 #8
0
ファイル: GetRelationshipQuery.cs プロジェクト: BionStt/NHCM
 public GetRelationshipQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
コード例 #9
0
ファイル: GetProcessConnection.cs プロジェクト: BionStt/NHCM
 public GetProcessConnectionHandler(HCMContext context)
 {
     _context = context;
 }
コード例 #10
0
ファイル: GetScreens.cs プロジェクト: BionStt/NHCM
 public GetScreensHandler(HCMContext context)
 {
     _context = context;
 }
コード例 #11
0
 public SavePersonRelativesHandler(HCMContext context, ICurrentUser currentUser)
 {
     _context     = context;
     _currentUser = currentUser;
 }
コード例 #12
0
 public DeletePersonLanguageCommandHandler()
 {
     _context = new HCMContext();
 }
コード例 #13
0
ファイル: GetResultQuery.cs プロジェクト: BionStt/NHCM
 public GetResultQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
コード例 #14
0
ファイル: GetModuleQuery.cs プロジェクト: BionStt/NHCM
 public GetModulepQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
コード例 #15
0
 public GetDistrictQueryHandler(HCMContext context)
 {
     _context = context;
 }
コード例 #16
0
 public GetEmployeePhotoPathHandler(HCMContext context, ICurrentUser currentUser, IMediator mediator)
 {
     _context     = context;
     _currentUser = currentUser;
     _mediator    = mediator;
 }
コード例 #17
0
ファイル: GetSubScreens.cs プロジェクト: BionStt/NHCM
 public GetScreensByParentIDHandler(HCMContext context)
 {
     _context = context;
 }
コード例 #18
0
 public GetExperienceTypeQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
コード例 #19
0
 public SearchOrganogramControllHandler(HCMContext context)
 {
     _context = context;
 }
コード例 #20
0
 public SavePersonMilitaryServiceCommandHandler(HCMContext context, IMediator mediator, ICurrentUser currentUser)
 {
     _context     = context;
     _mediator    = mediator;
     _currentUser = currentUser;
 }
コード例 #21
0
 public GetEventTypeQueryHandler(HCMContext context)
 {
     _context = context;
 }
コード例 #22
0
ファイル: GetSkillTypeQuery.cs プロジェクト: BionStt/NHCM
 public GetSkillTypeQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
コード例 #23
0
ファイル: GetGenderQuery.cs プロジェクト: BionStt/NHCM
 public GetGenderQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
コード例 #24
0
 public AuthorRepository(HCMContext context) : base(context)
 {
 }
コード例 #25
0
 public SearchPersonTravelHandler(HCMContext context)
 {
     _context = context;
 }
コード例 #26
0
 public SearchPersonAddressQueryHandler(HCMContext context)
 {
     _context = context;
 }
コード例 #27
0
 public SavePersonPublicationCommandHandler(HCMContext context, IMediator mediator, ICurrentUser currentUser)
 {
     _context     = context;
     _mediator    = mediator;
     _currentUser = currentUser;
 }
コード例 #28
0
 public SearchPersonHealthReportQueryHandler(HCMContext context)
 {
     _context = context;
 }
コード例 #29
0
 public SearchPersonExperienceQueryHandler(HCMContext context)
 {
     _context = context;
 }
コード例 #30
0
 public SearchStatisticalReportQueryHandler(HCMContext context)
 {
     _context = context;
 }