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