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