예제 #1
0
 public static void CancelChanges()
 {
     _context = new sunshinedataEntities();
 }
예제 #2
0
 public static void Reload()
 {
     _context = new sunshinedataEntities();
 }
예제 #3
0
 static Repository()
 {
     _context = new sunshinedataEntities();
 }