Beispiel #1
0
 public CreatePersonCommandHandler(HCMContext context, IMediator mediator, ICurrentUser currentUser)
 {
     _context      = context;
     _mediator     = mediator;
     _personCommon = new PersonCommon(_context);
     _currentUser  = currentUser;
 }
 public DeletePersonTravelCommandHandler()
 {
     _context = new HCMContext();
 }
Beispiel #3
0
 public SearchOrgPositionQueryHandler(HCMContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public GetJobStatusQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
Beispiel #5
0
 public SavePositionCommandHandler(HCMContext context, IMediator mediator)
 {
     _context  = context;
     _mediator = mediator;
 }
Beispiel #6
0
 public SavePersonSkillsCommandHandler(HCMContext context, IMediator mediator)
 {
     _context  = context;
     _mediator = mediator;
 }
Beispiel #7
0
 public GetStatusQueryHandler(HCMContext context)
 {
     _DbContext = context;
 }
Beispiel #8
0
 public GetRelationshipQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
Beispiel #9
0
 public GetProcessConnectionHandler(HCMContext context)
 {
     _context = context;
 }
Beispiel #10
0
 public GetScreensHandler(HCMContext context)
 {
     _context = context;
 }
Beispiel #11
0
 public SavePersonRelativesHandler(HCMContext context, ICurrentUser currentUser)
 {
     _context     = context;
     _currentUser = currentUser;
 }
Beispiel #12
0
 public DeletePersonLanguageCommandHandler()
 {
     _context = new HCMContext();
 }
Beispiel #13
0
 public GetResultQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
Beispiel #14
0
 public GetModulepQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
Beispiel #15
0
 public GetDistrictQueryHandler(HCMContext context)
 {
     _context = context;
 }
Beispiel #16
0
 public GetEmployeePhotoPathHandler(HCMContext context, ICurrentUser currentUser, IMediator mediator)
 {
     _context     = context;
     _currentUser = currentUser;
     _mediator    = mediator;
 }
Beispiel #17
0
 public GetScreensByParentIDHandler(HCMContext context)
 {
     _context = context;
 }
Beispiel #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;
 }
Beispiel #21
0
 public GetEventTypeQueryHandler(HCMContext context)
 {
     _context = context;
 }
Beispiel #22
0
 public GetSkillTypeQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
Beispiel #23
0
 public GetGenderQueryHandler(HCMContext context)
 {
     _dbContext = context;
 }
Beispiel #24
0
 public AuthorRepository(HCMContext context) : base(context)
 {
 }
Beispiel #25
0
 public SearchPersonTravelHandler(HCMContext context)
 {
     _context = context;
 }
Beispiel #26
0
 public SearchPersonAddressQueryHandler(HCMContext context)
 {
     _context = context;
 }
Beispiel #27
0
 public SavePersonPublicationCommandHandler(HCMContext context, IMediator mediator, ICurrentUser currentUser)
 {
     _context     = context;
     _mediator    = mediator;
     _currentUser = currentUser;
 }
Beispiel #28
0
 public SearchPersonHealthReportQueryHandler(HCMContext context)
 {
     _context = context;
 }
Beispiel #29
0
 public SearchPersonExperienceQueryHandler(HCMContext context)
 {
     _context = context;
 }
Beispiel #30
0
 public SearchStatisticalReportQueryHandler(HCMContext context)
 {
     _context = context;
 }