@@ -216,12 +216,12 @@ namespace DBHelper
public void Dispose()
{
- foreach (var ctx in Contexts)
- {
- ctx.Dispose();
- }
- Contexts.Clear();
- Contexts = null;
+ //foreach (var ctx in Contexts)
+ //{
+ // ctx.Dispose();
+ //}
+ //Contexts.Clear();
+ //Contexts = null;
}