Entferne Eigenschaft „active“

This commit is contained in:
Gonne 2022-08-29 23:03:57 +02:00
parent 766aedf22d
commit c7a9522c2c
2 changed files with 0 additions and 11 deletions

View file

@ -10,5 +10,4 @@ type CourseRepository interface {
FindByName(name string) (Course, error)
GetAll() ([]Course, error)
FindById(id int) (Course, error)
GetActive() ([]Course, error)
}