Example #1
0
 public CompaniesController(PITContext context)
 {
     _context = context;
 }
 public CandidatesController(PITContext context, UserService userService)
 {
     _context     = context;
     _userservice = userService;
 }
Example #3
0
 public UserService(PITContext context)
 {
     _context = context;
 }