示例#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
 public SavePositionCommandHandler(HCMContext context, IMediator mediator)
 {
     _context  = context;
     _mediator = mediator;
 }
示例#6
0
 public SavePersonSkillsCommandHandler(HCMContext context, IMediator mediator)
 {
     _context  = context;
     _mediator = mediator;
 }
示例#7
0
 public GetStatusQueryHandler(HCMContext context)
 {
     _DbContext = context;
 }
示例#8
0
 public GetRelationshipQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
示例#9
0
 public GetProcessConnectionHandler(HCMContext context)
 {
     _context = context;
 }
示例#10
0
 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
 public GetResultQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
示例#14
0
 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
 public GetScreensByParentIDHandler(HCMContext context)
 {
     _context = context;
 }
示例#18
0
 public GetExperienceTypeQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
 public SearchOrganogramControllHandler(HCMContext context)
 {
     _context = context;
 }
 public SavePersonMilitaryServiceCommandHandler(HCMContext context, IMediator mediator, ICurrentUser currentUser)
 {
     _context     = context;
     _mediator    = mediator;
     _currentUser = currentUser;
 }
示例#21
0
 public GetEventTypeQueryHandler(HCMContext context)
 {
     _context = context;
 }
示例#22
0
 public GetSkillTypeQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
示例#23
0
 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;
 }