示例#1
0
 //Close all connections
 protected override void Dispose(bool disposing)
 {
     WordsInEnglishContext.Dispose();
     TranslationsOfWordContext.Dispose();
     StageOfMethodsContext.Dispose();
     base.Dispose(disposing);
 }
示例#2
0
 //Close all connections
 protected override void Dispose(bool disposing)
 {
     StageOfMethodsContext.Dispose();
     base.Dispose(disposing);
 }