diff --git a/README.md b/README.md index eb43b96..f6a6968 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ class User{ +/ Pseudo : string +/ Mail : string +/ Password : string - +/ CreationDate : DateTime - +/ AllCoins : int + + CreationDate : DateTime + + AllCoins : int ~ AddGroup(group : Group) bool ~ RemoveGroup(group : Group) bool } @@ -64,12 +64,12 @@ class Bet{ +/ Id : string +/ Title : string +/ Name : string - +/ Description : string - +/ StartDate : DateTime - +/ EndDate : DateTime - +/ Choice : List + +/ Choices : List +/ Theme: string +/ Status: bool + + Description : string + + StartDate : DateTime + + EndDate : DateTime } Bet --> "*" User : Dictionary~User,Mise~