From 9028b5278298404d6d6a89ef9cf0386ce3d5f046 Mon Sep 17 00:00:00 2001 From: Bastien JACQUELIN Date: Fri, 3 Mar 2023 11:36:27 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Documentation'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Documentation.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation.md b/Documentation.md index 8db0c91..9ae168f 100644 --- a/Documentation.md +++ b/Documentation.md @@ -6,8 +6,19 @@ classDiagram class Movie class Session + +Session : +id +Session : +date Session : +beginningHour Session : +endHour + +movie : +id +movie : +name +movie : +latitude +movie : +longitude + + + Session <-- Movie ``` \ No newline at end of file