Function backend::service::shadings::delete_by_ids

source ·
pub async fn delete_by_ids(
    dtos: Vec<DeleteShadingDto>,
    pool: &SharedPool,
) -> Result<(), ServiceError>
Expand description

Delete the shading from the database.

§Errors

If the connection to the database could not be established.