!7 concept Appointment { S description, date, time, comment; } module Appointments > DynCRUD { *() { super(Appointment); } }