Example #1
0
 public FAQRepository(KundeServiceContext db)
 {
     _db = db;
 }
Example #2
0
 public KategoriRepository(KundeServiceContext db)
 {
     _db = db;
 }
Example #3
0
 public HendvendelseRepository(KundeServiceContext db)
 {
     _db = db;
 }