Esempio n. 1
0
 public static void CancelChanges()
 {
     _context = new sunshinedataEntities();
 }
Esempio n. 2
0
 public static void Reload()
 {
     _context = new sunshinedataEntities();
 }
Esempio n. 3
0
 static Repository()
 {
     _context = new sunshinedataEntities();
 }