Sprechstunden löschen und Raumbeschränkungen beachten
This commit is contained in:
parent
2ce7a1fae1
commit
56b4a3ab34
7 changed files with 88 additions and 10 deletions
|
@ -19,4 +19,5 @@ type OfficeHourRepository interface {
|
|||
GetAll(activatedOnly bool) ([]OfficeHour, error)
|
||||
Delete(officeHour OfficeHour) error
|
||||
Add(officeHour OfficeHour) (int, error)
|
||||
AllowedAt(date Date, duration int, room Room, activeOnly bool) (bool, error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue