public StatusesController(RentalWorkOrdersDbContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public EmployeesController(RentalWorkOrdersDbContext context)
 {
     _context = context;
 }
 public ResidentsController(RentalWorkOrdersDbContext context)
 {
     _context = context;
 }