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