Mise à jour de 'Diagramme de classes du domaine (client)'

master
Arthur VALIN 1 year ago
parent e04c891269
commit d0763bd901

@ -19,6 +19,12 @@ package "Model" {
FINISHED
CANCELLED
}
enum BetType{
CUSTOM
MATCH
BINARY
}
abstract class Bet {
-id : String
-theme : String
@ -27,6 +33,7 @@ package "Model" {
-endBet : Date
-isPrivate : Bool
-status : BetStatus
-type : BetType
}
class YesNoBet
class CustomBet {

Loading…
Cancel
Save