Ejemplo n.º 1
0
 internal void Clear()
 {
     current        = null;
     this.dbContext = null;
 }
Ejemplo n.º 2
0
 internal EntityTransaction(EntityContext dbContext)
 {
     this.dbContext = dbContext;
     current        = this;
 }