Mise à jour de 'README.md'
continuous-integration/drone/push Build is failing Details

fragment_navigation
Emre KARTAL 2 years ago
parent ae34b24cb5
commit 00ae844dce

@ -115,9 +115,7 @@ class Season {
class Match {
-id: Int
-idHomeTeam: Int
-score: Score
-idAwayTeam: Int
-status: String
}
@ -138,6 +136,9 @@ Team --> "-coach" Coach
Team --> "-squad*" Player
Team --> "-area" Area
Match --> "-HomeTeam" Team
Match --> "-AwayTeam" Team
Competition --> "-area" Area
Competition --> "-currentSeason" Season

Loading…
Cancel
Save