PropertyRepository

Functions

Link copied to clipboard
abstract suspend fun getProperties(propertyRequest: PropertyRequest): List<Property>
Link copied to clipboard
abstract suspend fun getProperty(propertyRequest: PropertyRequest, propertyId: Int): Property?
Link copied to clipboard
abstract suspend fun getPropertyInfo(propertyRequest: PropertyRequest): Map<Int, PropertyInfo>