예제 #1
0
 public static void InitialDatabase()
 {
     using (var db = new StudentDbContext())
     {
         db.InitialDatabase();
     }
 }