feat: gestart met implementeren van assignment service en controller laag
This commit is contained in:
parent
241fe0103f
commit
cfd0cce2df
8 changed files with 92 additions and 25 deletions
3
backend/src/interfaces/groups.ts
Normal file
3
backend/src/interfaces/groups.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export interface GroupDTO {
|
||||
groupNumber: number,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue