GetProperties

class GetProperties(propertyRepository: PropertyRepository)

Constructors

Link copied to clipboard
constructor(propertyRepository: PropertyRepository)

Functions

Link copied to clipboard
suspend fun execute(request: PropertyRequest): List<Property>
Link copied to clipboard
suspend fun getPropertyById(request: PropertyRequest, propertyId: Int): Property?