Beispiel #1
0
 public static void Install(MooDB db)
 {
     db.CreateDatabase();
     FixDatabase(db);
     AddRequiredData(db);
 }