示例#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;
 }