Update README.md 1
continuous-integration/drone/push Build was killed Details

pull/30/head
Louis LABORIE 2 years ago
parent 7da7b683ea
commit a93e81a7b4

@ -48,6 +48,18 @@ class Playlist {
- int RandomGenerator(int n)
}
class Title {
- string name
- string imageURL
- string information
+ Title(string nom, string file_Name, string informations)
+ boolean Equals(object? obj)
+ int GetHashCode()
+ string ToString()
}
Album --> "+ artist" Artist
Album --> "- titles" Title
Playlist --> "- titles" Title
@enduml

Loading…
Cancel
Save