Beispiel #1
0
 public University(hris_tagContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public Company(hris_tagContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public EmploymentType(hris_tagContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public Skills(hris_tagContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public Roles(hris_tagContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public Experience(hris_tagContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public Institute(hris_tagContext context)
 {
     _context = context;
 }
 public Recruitment(hris_tagContext context, ILogger <Recruitment> logger)
 {
     _context = context;
     _logger  = logger;
 }
Beispiel #9
0
 public Department(hris_tagContext context)
 {
     _context = context;
 }
Beispiel #10
0
 public Location(hris_tagContext context)
 {
     _context = context;
 }