public FAQRepository(KundeServiceContext db) { _db = db; }
public KategoriRepository(KundeServiceContext db) { _db = db; }
public HendvendelseRepository(KundeServiceContext db) { _db = db; }