pub async fn delete_by_ids(
    dtos: Vec<DeleteShadingDto>,
    app_data: &Data<AppDataInner>
) -> Result<(), ServiceError>
Expand description

Delete the shading from the database.

Errors

If the connection to the database could not be established.