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