예제 #1
0
파일: DbFactory.cs 프로젝트: FDuma/Gljivar
 public GljivarContext Init()
 {
     return(_dbContext ?? (_dbContext = new GljivarContext()));
 }
예제 #2
0
파일: DbFactory.cs 프로젝트: FDuma/Gljivar
 public DbFactory(GljivarContext context)
 {
     _dbContext = context;
 }