Exemple #1
0
 public TimeSheetsController(HillStructuresContext context)
 {
     _context = context;
 }
Exemple #2
0
 public ClientsController(HillStructuresContext context)
 {
     _context = context;
 }
 public PaymentSheetDetailController(HillStructuresContext context)
 {
     _context = context;
 }
Exemple #4
0
 public SubContractorsController(HillStructuresContext context)
 {
     _context = context;
 }
Exemple #5
0
 public JobsController(HillStructuresContext context)
 {
     _context = context;
 }
Exemple #6
0
 public SuppliersController(HillStructuresContext context)
 {
     _context = context;
 }
Exemple #7
0
 public EmployeesController(HillStructuresContext context)
 {
     _context = context;
 }