Skip to main content

put_enrolment

Function put_enrolment 

Source
async fn put_enrolment(
    store: &MockSuotarStore,
    generation: &str,
    student_number: &str,
    course_code: &str,
    realisation: &MockRealisation,
) -> Result<String, CommandError>