예제 #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;
 }