mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
ServerUser Repository
This commit is contained in:
parent
f8570c2693
commit
39f1b9cf9f
5
backend/src/typeorm/repository/ServerUser.ts
Normal file
5
backend/src/typeorm/repository/ServerUser.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { EntityRepository, Repository } from 'typeorm'
|
||||
import { ServerUser } from '@entity/ServerUser'
|
||||
|
||||
@EntityRepository(ServerUser)
|
||||
export class ServerUserRepository extends Repository<ServerUser> {}
|
||||
Loading…
x
Reference in New Issue
Block a user