Function backend::service::drawings::create

source ·
pub async fn create(
    dtos: Vec<DrawingDto>,
    app_data: &Data<AppDataInner>,
) -> Result<Vec<DrawingDto>, ServiceError>
Expand description

Save new drawing.

§Errors

If the connection to the database could not be established.