db_AI-4/doku/diagrammes/getlocations.puml
2017-08-30 22:54:19 +02:00

11 lines
193 B
Plaintext

@startuml
class GetLocations {
+ int location_id
+ string streetname
+ int location_capacity
+ string location_name
+ int rent_price_id
+ string LocatinInfo()
}
@enduml