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