Skip to main content

get_between

pub async fn get_between(
    conn: &mut PgConnection,
    from: NaiveDate,
    to: NaiveDate,
) -> ModelResult<Vec<CreditRegistrationDailySnapshot>>