pub async fn update_shadings(
updates: Vec<UpdateShading>,
conn: &mut AsyncPgConnection,
) -> QueryResult<Vec<AreaDto>>
pub async fn update_shadings(
updates: Vec<UpdateShading>,
conn: &mut AsyncPgConnection,
) -> QueryResult<Vec<AreaDto>>