db_AI-4/doku/diagrammes/dataaccess.puml

12 lines
279 B
Plaintext

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