Example #1
0
 public void Dispose()
 {
     if (this.dbContext != null)
     {
         this.dbContext.Dispose();
         this.dbContext = null;
     }
 }
Example #2
0
 public LevelsDataAccessEngine(LevelsContext dbContext)
 {
     this.dbContext = dbContext;
 }