Exemple #1
0
 public GljivarContext Init()
 {
     return(_dbContext ?? (_dbContext = new GljivarContext()));
 }
Exemple #2
0
 public DbFactory(GljivarContext context)
 {
     _dbContext = context;
 }