Beispiel #1
0
 public void Dispose()
 {
     if (!_blnFecharCon)
     {
         return;
     }
     _objCtx.Dispose();
     _objCtx = null;
 }