コード例 #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();
 }