Beispiel #1
0
 public KomponentEntity(KorttiKomponenttiDbContext context)
 {
     korttiContext = context;
 }
Beispiel #2
0
 public Operations(KnotifyDBContext knotifyDBContext, KorttiKomponenttiDbContext korttiKomponenttiDbContext)
 {
     kortticontext  = korttiKomponenttiDbContext;
     knotifycontext = knotifyDBContext;
 }