public PeopleController(SupportPortalContext context) { _context = context; }
public ReportsController(SupportPortalContext context) { _context = context; }
public AccountController(SupportPortalContext context) { _context = context; }