pub async fn create( dtos: Vec<DrawingDto>, pool: &SharedPool, ) -> Result<Vec<DrawingDto>, ServiceError>
Save new drawing.
If the connection to the database could not be established.