db_AI-4/doku/diagrammes/dataaccess.puml

13 lines
324 B
Plaintext

@startuml
class DataAccess {
+ SqlConnection connection
+ List<GetLocations> GetLocations()
+ List<GetMembers> DisplayUser()
+ void InsertLocations()
+ void InsertRent()
+ void InsertMember()
# List<GetRents> GetRentedLocations()
+ void CheckLogin()
}
@enduml