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