pub async fn find(
search_parameters: AreaSearchParameters,
pool: &SharedPool,
) -> Result<TimelinePage<AreaDto>, ServiceError>
Expand description
Search areas from the database.
ยงErrors
If the connection to the database could not be established.