diff --git a/p08_BDD_EntityFramework/ex_042_010_SinglePropertyNavigation_conventions/ReadMe.md b/p08_BDD_EntityFramework/ex_042_010_SinglePropertyNavigation_conventions/ReadMe.md index a4d23f6..a1b7f96 100644 --- a/p08_BDD_EntityFramework/ex_042_010_SinglePropertyNavigation_conventions/ReadMe.md +++ b/p08_BDD_EntityFramework/ex_042_010_SinglePropertyNavigation_conventions/ReadMe.md @@ -161,11 +161,11 @@ Pour vérifier le contenu de votre base SQLite, vous pouvez utiliser le programm * Rendez-vous sur la page : https://sqlitebrowser.org/dl/ et téléchargez le programme *DB Browser*. * Lancez *DB Browser for SQLite* * Glissez-déposez au milieu de la fenêtre de *DB Browser for SQLite* le fichier *ex_042_010_SinglePropertyNavigation_conventions.Nounours.db* qui a été généré par l'exécution du programme et qui se trouve près de *ex_042_010_SinglePropertyNavigation_conventions.csproj*. -![DB Browser for SQLite](./readme_files/dbbrowser01.png) +![DB Browser for SQLite](./readme_files/dbbrowser01.PNG) * Vous pouvez remarquer que, même si ```NounoursDBEntites``` ne déclare pas de ```DbSet```, une table d'```Information``` a bien été créée. * Choisissez ensuite l'onglet *Parcourir les données* * Observez les résultats obtenus des deux tables -![DB Browser for SQLite](./readme_files/dbbrowser02.png) -![DB Browser for SQLite](./readme_files/dbbrowser03.png) +![DB Browser for SQLite](./readme_files/dbbrowser02.PNG) +![DB Browser for SQLite](./readme_files/dbbrowser03.PNG)