public RequestRepository() { _context = new HelpDeskDbContext(); }
public UserRepository() { _context = new HelpDeskDbContext(); }
public AssignedUserChangesRepository() { _context = new HelpDeskDbContext(); }
public RequestStatusChangesRepository() { _context = new HelpDeskDbContext(); }
public ProductRepository() { _context = new HelpDeskDbContext(); }