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