Esempio n. 1
0
 public GljivarContext Init()
 {
     return(_dbContext ?? (_dbContext = new GljivarContext()));
 }
Esempio n. 2
0
 public DbFactory(GljivarContext context)
 {
     _dbContext = context;
 }