pub async fn find( map_id: i32, app_data: &Data<AppDataInner>, ) -> Result<Vec<DrawingDto>, ServiceError>
Get all drawings from one map.
If the connection to the database could not be established.