public StatusesController(RentalWorkOrdersDbContext context)
 {
     _context = context;
 }
示例#2
0
 public EmployeesController(RentalWorkOrdersDbContext context)
 {
     _context = context;
 }
 public ResidentsController(RentalWorkOrdersDbContext context)
 {
     _context = context;
 }