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