Ejemplo n.º 1
0
 public EmployeesController(Company_Employee_Registry_DBContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public CompanyEmployeeRegistrationsController(Company_Employee_Registry_DBContext context)
 {
     _context = context;
 }