Exemple #1
0
 public employeesController(ICONEXTContext context)
 {
     _context = context;
 }
Exemple #2
0
 public outsourcesController(ICONEXTContext context)
 {
     _context = context;
 }
Exemple #3
0
 public TaskProjectsController(ICONEXTContext context)
 {
     _context = context;
 }
 public Project_PhaseController(ICONEXTContext context)
 {
     _context = context;
 }
 public PhaseProjectsController(ICONEXTContext context)
 {
     _context = context;
 }
Exemple #6
0
 public LeaveController(ICONEXTContext context)
 {
     _context = context;
 }
 public JoinEmployee_LeaveController(ICONEXTContext context)
 {
     _context = context;
 }
 public PositionsController(ICONEXTContext context)
 {
     _context = context;
 }