From c3f53a47675bbd955c74f4c315192faea798dddb Mon Sep 17 00:00:00 2001 From: Alexis Drai Date: Sun, 16 Oct 2022 22:12:15 +0000 Subject: [PATCH] Update 'Class_Diagram' --- Class_Diagram.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Class_Diagram.md b/Class_Diagram.md index 4b1d675..478f3ff 100644 --- a/Class_Diagram.md +++ b/Class_Diagram.md @@ -570,6 +570,8 @@ PlayerExtensions ..> PlayerEntity DieExtensions ..> DieEntity FaceExtensions ..> FaceEntity +DieEntity --> "[*]" FaceEntity + GameExtensions ..> GameEntity TurnExtensions ..> TurnEntity @@ -716,6 +718,8 @@ DiceAppDbContext --> "[*] /+Faces" FaceEntity DiceAppDbContext -up-> "[*] /+Games" GameEntity DiceAppDbContext -up-> "[*] /+Turns" TurnEntity +DieEntity --> "[*]" FaceEntity + PlayerDbManager --> "-db" DiceAppDbContext DiceGroupDbManager --> "-db" DiceAppDbContext GameDbManager -down-> "-db" DiceAppDbContext