public ChartsController(DBITCompanyContext context) { _context = context; }
public ProductsController(DBITCompanyContext context) { _context = context; }
public EmployersController(DBITCompanyContext context) { _context = context; }
public CitiesController(DBITCompanyContext context) { _context = context; }
public OfficesController(DBITCompanyContext context) { _context = context; }
public EmpSubsController(DBITCompanyContext context) { _context = context; }
public SubdivisionsController(DBITCompanyContext context) { _context = context; }
public EmpPositionsController(DBITCompanyContext context) { _context = context; }