Beispiel #1
0
 protected RepoBase(DbContextOptions <NLHContext> options)
 {
     nHL   = new NLHContext(options);
     Table = nHL.Set <T>();
 }
Beispiel #2
0
 protected RepoBase()
 {
     nHL   = new NLHContext();
     Table = nHL.Set <T>();
 }