Function backend::service::shadings::find

source ·
pub async fn find(
    search_parameters: ShadingSearchParameters,
    app_data: &Data<AppDataInner>,
) -> Result<TimelinePage<ShadingDto>, ServiceError>
Expand description

Search shadings from the database.

§Errors

If the connection to the database could not be established.