Esempio n. 1
0
 private static void EnregistrerBibliotheque(Bibliotheque b)
 {
     //throw new NotImplementedException();
     b.EnregistrerBibliotheque();
     Console.WriteLine("Les modifications faites sur la base ont été enregistrés dans le fichier");
 }