public StatusesController(RentalWorkOrdersDbContext context) { _context = context; }
public EmployeesController(RentalWorkOrdersDbContext context) { _context = context; }
public ResidentsController(RentalWorkOrdersDbContext context) { _context = context; }