Exemple #1
0
 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;
 }
Exemple #6
0
 public EmpSubsController(DBITCompanyContext context)
 {
     _context = context;
 }
Exemple #7
0
 public SubdivisionsController(DBITCompanyContext context)
 {
     _context = context;
 }
 public EmpPositionsController(DBITCompanyContext context)
 {
     _context = context;
 }