Exemplo n.º 1
0
 public void RecycleDB()
 {
     this.DB.Dispose();
     this.DB = new AmbucsEntities();
 }
Exemplo n.º 2
0
 public DatabaseService()
 {
     this.DB = new AmbucsEntities();
 }