pub async fn create_shadings(
new_shadings: Vec<Shading>,
conn: &mut AsyncPgConnection,
) -> QueryResult<Vec<AreaDto>>
pub async fn create_shadings(
new_shadings: Vec<Shading>,
conn: &mut AsyncPgConnection,
) -> QueryResult<Vec<AreaDto>>