exam.go 105 B

12345
  1. package store
  2. import "git.andreafazzi.eu/andrea/probo/pkg/models"
  3. type ExamStore = Store[*models.Exam]