Add endpoints for working hours
It has an endpoint to show and to delete working hours
This commit is contained in:
parent
d1f6db2104
commit
c9e526492c
6 changed files with 201 additions and 14 deletions
|
|
@ -107,5 +107,5 @@ pub trait ExtraHoursService {
|
|||
&self,
|
||||
id: Uuid,
|
||||
context: Authentication<Self::Context>,
|
||||
) -> Result<ExtraHours, ServiceError>;
|
||||
) -> Result<(), ServiceError>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue