Merge branch 'Stub_RecycleViewV2' of https://codefirst.iut.uca.fr/git/emre.kartal/Scor_It into Stub_RecycleViewV2
continuous-integration/drone/push Build is passing Details

Stub_RecycleViewV2
Emre KARTAL 2 years ago
commit 25693eb0d9

@ -118,6 +118,11 @@ class Match {
-idHomeTeam: Int -idHomeTeam: Int
-idAwayTeam: Int -idAwayTeam: Int
-status: String -status: String
}
class Score {
-home: Int
-away: Int
-winner: String -winner: String
} }
@ -135,6 +140,8 @@ Team --> "-area" Area
Competition --> "-area" Area Competition --> "-area" Area
Competition --> "-currentSeason" Season Competition --> "-currentSeason" Season
Match --> "-score" Score
@enduml @enduml
``` ```

Loading…
Cancel
Save