Exemplo n.º 1
0
 private void ReleasePM()
 {
     if (this.fromPool)
     {
         PMFactory.Remove();
     }
 }
Exemplo n.º 2
0
 public void Dispose()
 {
     this.dbAccess.CloseConnection();
     this.dbAccess = null;
     PMFactory.Remove(Thread.CurrentThread.ManagedThreadId);
 }