Entferne Eigenschaft „active“
This commit is contained in:
parent
766aedf22d
commit
c7a9522c2c
2 changed files with 0 additions and 11 deletions
|
@ -10,5 +10,4 @@ type CourseRepository interface {
|
|||
FindByName(name string) (Course, error)
|
||||
GetAll() ([]Course, error)
|
||||
FindById(id int) (Course, error)
|
||||
GetActive() ([]Course, error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue