diff --git a/p08_BDD_EntityFramework/ex_042_015_OneToMany_conventions/readme_files/ex_042_015_classDiagram2.svg b/p08_BDD_EntityFramework/ex_042_015_OneToMany_conventions/readme_files/ex_042_015_classDiagram2.svg index 5689229..6007e3e 100644 --- a/p08_BDD_EntityFramework/ex_042_015_OneToMany_conventions/readme_files/ex_042_015_classDiagram2.svg +++ b/p08_BDD_EntityFramework/ex_042_015_OneToMany_conventions/readme_files/ex_042_015_classDiagram2.svg @@ -1,129 +1,157 @@  - - - - - - - - - - - - - - - - - - - - - Album - - - - - - +AlbumId: int - - - - - - +Titre: string - - - - - - +DateDeSortie: DateTime - - - - - - - - - - - - - - - - - - - - - Morceau - - - - - - +MorceauId: int - - - - - - +Titre: string - - - - - - +AlbumId: int - - - - - - - - - +Album - - - - - - 1 - - - - - - +Morceaux - - - - - - * - - - - - - - - - - - - - - - ForeignKey : - AlbumId - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + Album + + + + + + + + +AlbumId: int + + + + + + + + +Titre: string + + + + + + + + +DateDeSortie: DateTime + + + + + + + + + + + + + + + + + + + + + + + Morceau + + + + + + + + +MorceauId: int + + + + + + + + +Titre: string + + + + + + + + +AlbumId: int + + + + + + + + + + + +Album + + + + + + + + 1 + + + + + + + + +Morceaux + + + + + + + + * + + + + + + + + + + + + + + + + + ForeignKey : + + + AlbumId + + + + + + + +