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