示例#1
0
 public void Dispose()
 {
     if (Context == null)
     {
         return;
     }
     Context.Dispose();
     Context = null;
 }
示例#2
0
 public DbFactory()
 {
     Context = new Hei10Context();
 }