Beispiel #1
0
 public UsersController(SIRHContext context)
 {
     _context = context;
 }
 public CountryDTOController(SIRHContext context)
 {
     _context = context;
 }
 public LanguageLevelsController(SIRHContext context)
 {
     _context = context;
 }
 public CandidateExperiencesController(SIRHContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public TrierController(SIRHContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public StatsController(SIRHContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public JobOfferCandidaturesController(SIRHContext context)
 {
     _context = context;
 }
 public GetCandidateController(SIRHContext context)
 {
     _context = context;
 }
Beispiel #9
0
 public CandidateLanguagesController(SIRHContext context)
 {
     _context = context;
 }
Beispiel #10
0
 public ContratTypesController(SIRHContext context)
 {
     _context = context;
 }
 public CandidateDiplomasController(SIRHContext context)
 {
     _context = context;
 }
 public ExperiencesController(SIRHContext context)
 {
     _context = context;
 }
Beispiel #13
0
 public CountriesController(SIRHContext context)
 {
     _context = context;
 }
Beispiel #14
0
 public AdminsController(SIRHContext context)
 {
     _context = context;
 }
 public MyCandidatureSpontsController(SIRHContext context)
 {
     _context = context;
 }
Beispiel #16
0
 public EducationLevelsController(SIRHContext context)
 {
     _context = context;
 }
 public DiplomasController(SIRHContext context)
 {
     _context = context;
 }
Beispiel #18
0
 public AuthController(SIRHContext userContext, ITokenService tokenService)
 {
     this.sirhContext  = userContext ?? throw new ArgumentNullException(nameof(sirhContext));
     this.tokenService = tokenService ?? throw new ArgumentNullException(nameof(tokenService));
 }
 public CandidateDTOController(SIRHContext context)
 {
     _context = context;
 }
 public CandidaturesController(SIRHContext context)
 {
     _context = context;
 }
 public DomainDTOController(SIRHContext context)
 {
     _context = context;
 }
 public SalaryWishesController(SIRHContext context)
 {
     _context = context;
 }
Beispiel #23
0
 public JobOfferDTOController(SIRHContext context)
 {
     _context = context;
 }
 public DrivingLicencesController(SIRHContext context)
 {
     _context = context;
 }